Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
042e7b04
Commit
042e7b04
authored
Mar 10, 2016
by
Ad Schellevis
Committed by
Franco Fichtner
Mar 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(theme) proposal 2, dashboard style
(cherry picked from commit
3759a297
)
parent
74735a22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
main.scss
...opnsense/www/themes/opnsense/assets/stylesheets/main.scss
+2
-3
main.css
src/opnsense/www/themes/opnsense/build/css/main.css
+3
-4
No files found.
src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
View file @
042e7b04
...
...
@@ -16,18 +16,17 @@ $zindex: (
// format dashboard widget headers
.widgetdiv
{
.content-box-head
{
background
:
map-get
(
$colors
,
lightgrey
)
!
important
;
background
:
#E8E8E8
!
important
;
color
:
map-get
(
$colors
,
darkgrey
)
!
important
;
padding-bottom
:
1px
!
important
;
padding-top
:
1px
!
important
;
padding-right
:
1px
!
important
;
min-height
:
25px
!
important
;
border
:
1px
solid
map-get
(
$colors
,
darkgrey
);
.btn-group
{
.btn
{
color
:
map-get
(
$colors
,
darkgrey
)
!
important
;
background
:
map-get
(
$colors
,
lightgrey
)
!
important
;
background
:
#E8E8E8
!
important
;
border
:
0px
;
.glyphicon
{
color
:
map-get
(
$colors
,
darkgrey
)
!
important
;
...
...
src/opnsense/www/themes/opnsense/build/css/main.css
View file @
042e7b04
@charset
"UTF-8"
;
.widgetdiv
.content-box-head
{
background
:
#
F7F7F7
!important
;
background
:
#
E8E8E8
!important
;
color
:
#3C3C3B
!important
;
padding-bottom
:
1px
!important
;
padding-top
:
1px
!important
;
padding-right
:
1px
!important
;
min-height
:
25px
!important
;
border
:
1px
solid
#3C3C3B
;
}
min-height
:
25px
!important
;
}
.widgetdiv
.content-box-head
.btn-group
.btn
{
color
:
#3C3C3B
!important
;
background
:
#
F7F7F7
!important
;
background
:
#
E8E8E8
!important
;
border
:
0px
;
}
.widgetdiv
.content-box-head
.btn-group
.btn
.glyphicon
{
color
:
#3C3C3B
!important
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment