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
6b6b1020
Commit
6b6b1020
authored
Jul 31, 2015
by
Trent White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated some hard-coded colors to variables so they work well on light theme
parent
50895c7e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
public/css/less/gfbox.less
+1
-1
public/css/less/grafana.less
+2
-2
public/css/less/variables.light.less
+5
-4
No files found.
public/css/less/gfbox.less
View file @
6b6b1020
...
...
@@ -65,7 +65,7 @@
margin: 15px;
background: @grafanaPanelBackground;
position: relative;
border:
1px solid @grayDark
;
border:
@grafanaPanelBorder
;
padding: 20px 20px 60px 49px;
h2 {
...
...
public/css/less/grafana.less
View file @
6b6b1020
...
...
@@ -184,11 +184,11 @@
position : absolute;
top: -1000;
left: 0;
color:
#c8c8c8
;
color:
@tooltipColor
;
padding: 10px;
font-size: 11pt;
font-weight : 200;
background-color:
rgb(58, 57, 57)
;
background-color:
@tooltipBackground
;
border-radius: 5px;
z-index: 9999;
max-width: 800px;
...
...
public/css/less/variables.light.less
View file @
6b6b1020
...
...
@@ -112,6 +112,7 @@
@grafanaListMainLinkColor: @textColor;
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -145,8 +146,8 @@
@btnDangerBackground: lighten(@red, 5%);
@btnDangerBackgroundHighlight: darken(@red, 5%);
@btnInverseBackground: @
gray
;
@btnInverseBackgroundHighlight: darken(@gray
, 10
%);
@btnInverseBackground: @
white
;
@btnInverseBackgroundHighlight: darken(@gray
Light, 15
%);
@iconContainerBackground: @white;
@iconContainerBackgroundHighlight: lighten(@white, 5%);
...
...
@@ -296,8 +297,8 @@
// Tooltips and popovers
// -------------------------
@tooltipColor:
#fff
;
@tooltipBackground:
#333
;
@tooltipColor:
@grayDark
;
@tooltipBackground:
darken(@white,3%)
;
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;
@tooltipLinkColor: darken(@white,11%);
...
...
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