Commit 477b876a by Trent White

add variable for codeTagBackground to control look for both themes. Fixes #3399

parent db9c2880
......@@ -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: @grafanaPanelBackground;
background-color: @codeTagBackground;
color: @textColor;
border: 1px solid darken(@codeTagBackground, 15%);
padding: 2px;
}
.dropdown-menu {
......
......@@ -42,6 +42,7 @@
@grafanaTargetFuncHightlight: #444;
@modalBackground: @black;
@codeTagBackground: #444;
// Scaffolding
// -------------------------
......
......@@ -55,6 +55,7 @@
@grafanaTargetFuncHightlight: darken(@grafanaTargetBackground, 10%);
@modalBackground: @bodyBackground;
@codeTagBackground: #ddd;
// Scaffolding
// -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment