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
654d1f93
Commit
654d1f93
authored
Dec 04, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3424 from grafana/code-tag
add variable for codeTagBackground to control look for both themes.
parents
df0a5cf5
477b876a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
public/less/overrides.less
+4
-2
public/less/variables.dark.less
+1
-0
public/less/variables.light.less
+1
-0
No files found.
public/less/overrides.less
View file @
654d1f93
...
...
@@ -61,7 +61,7 @@
}
code, pre {
background-color: @
grayLighter
;
background-color: @
codeTagBackground
;
}
div.editor-row {
...
...
@@ -578,8 +578,10 @@ div.flot-text {
// pre
code, pre {
background-color: @
grafanaPanel
Background;
background-color: @
codeTag
Background;
color: @textColor;
border: 1px solid darken(@codeTagBackground, 15%);
padding: 2px;
}
.dropdown-menu {
...
...
public/less/variables.dark.less
View file @
654d1f93
...
...
@@ -42,6 +42,7 @@
@grafanaTargetFuncHightlight: #444;
@modalBackground: @black;
@codeTagBackground: #444;
// Scaffolding
// -------------------------
...
...
public/less/variables.light.less
View file @
654d1f93
...
...
@@ -55,6 +55,7 @@
@grafanaTargetFuncHightlight: darken(@grafanaTargetBackground, 10%);
@modalBackground: @bodyBackground;
@codeTagBackground: #ddd;
// Scaffolding
// -------------------------
...
...
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