Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
9794c2eb
Commit
9794c2eb
authored
Feb 13, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improvements to light theme (Issue #77)
parent
975051b8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
28 deletions
+23
-28
src/css/less/grafana.less
+0
-4
src/css/less/variables.dark.less
+1
-1
src/css/less/variables.light.less
+20
-20
src/vendor/bootstrap/less/bootswatch.dark.less
+0
-1
src/vendor/bootstrap/less/bootswatch.light.less
+2
-2
No files found.
src/css/less/grafana.less
View file @
9794c2eb
@import "submenu.less";
@import "bootstrap-tagsinput.less";
.navbar-static-top {
border-bottom: 1px solid black;
}
.grafana-dashboard-hide-controls {
padding: 0;
.grafana-row {
...
...
src/css/less/variables.dark.less
View file @
9794c2eb
...
...
@@ -185,7 +185,7 @@
@navbarHeight: 50px;
@navbarBackgroundHighlight: @grayDarker;
@navbarBackground: @grayDarker;
@navbarBorder: darken(@navbarBackground,
12
%);
@navbarBorder: darken(@navbarBackground,
20
%);
@navbarText: @grayLight;
@navbarLinkColor: @grayLight;
...
...
src/css/less/variables.light.less
View file @
9794c2eb
...
...
@@ -10,21 +10,21 @@
// Grays
// -------------------------
@black: #000;
@grayDarker:
#080808;
@grayDark:
#999;
@gray:
#bbb;
@grayLight:
#dfdfdf;
@grayLighter:
#eee;
@grayDarker:
lighten(#000, 13.5%); // #222
@grayDark:
lighten(#000, 20%); // #333
@gray:
lighten(#000, 33.5%); // #555
@grayLight:
lighten(#000, 60%); // #999
@grayLighter:
lighten(#000, 93.5%); // #eee
@white: #fff;
// Accent colors
// -------------------------
@blue: #
007FFF
;
@blueDark: #
1F26B6
;
@green: #
3FB618
;
@red: #FF
0039
;
@yellow: #FF
A500
;
@blue: #
158CBA
;
@blueDark: #
75CAEB
;
@green: #
28B62C
;
@red: #FF
4136
;
@yellow: #FF
851B
;
@orange: #FF7518;
@pink: #E671B8;
@purple: #9954BB;
...
...
@@ -184,16 +184,16 @@
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 50px;
@navbarBackgroundHighlight:
@grayDarker
;
@navbarBackground:
@grayDarker
;
@navbarBorder:
transparent
;
@navbarText:
@white
;
@navbarLinkColor:
@white
;
@navbarLinkColorHover:
@gray
;
@navbarLinkColorActive:
@white
;
@navbarLinkBackgroundHover:
rgba(0, 0, 0, 0.05)
;
@navbarLinkBackgroundActive:
transparent
;
@navbarBackgroundHighlight:
#f8f8f8
;
@navbarBackground:
#f8f8f8
;
@navbarBorder:
darken(@navbarBackground, 6.5%)
;
@navbarText:
#666
;
@navbarLinkColor:
#666
;
@navbarLinkColorHover:
#333
;
@navbarLinkColorActive:
#555
;
@navbarLinkBackgroundHover:
transparent
;
@navbarLinkBackgroundActive:
darken(@navbarBackground, 6.5%)
;
@navbarBrandColor: @navbarLinkColor;
...
...
src/vendor/bootstrap/less/bootswatch.dark.less
View file @
9794c2eb
...
...
@@ -53,7 +53,6 @@ hr {
.navbar-inner {
.border-radius(0);
.box-shadow(none);
border-bottom: 0px solid @grayDark;
}
.brand {
...
...
src/vendor/bootstrap/less/bootswatch.light.less
View file @
9794c2eb
...
...
@@ -91,7 +91,7 @@ a.text-success:hover { color: darken(@green, 10%); }
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle {
color: @
whit
e;
color: @
navbarLinkColorActiv
e;
&:hover {
color: @grayLighter;
...
...
@@ -567,7 +567,7 @@ a.thumbnail {
.modal {
.border-radius(0);
background-color: @white;
&-header {
border-bottom: none;
}
...
...
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