|
@@ -33,9 +33,9 @@
|
|
|
|
|
|
|
|
// grafana Variables
|
|
// grafana Variables
|
|
|
// -------------------------
|
|
// -------------------------
|
|
|
-@grafanaPanelBackground: @white;
|
|
|
|
|
-@grafanaPanelBorder: solid 1px #ddd;
|
|
|
|
|
-@grafanaTriggerBorder: solid 1px @grayLighter;
|
|
|
|
|
|
|
+@grafanaPanelBackground: @grayLighter;
|
|
|
|
|
+@grafanaPanelBorder: solid 1px #ddd;
|
|
|
|
|
+@grafanaTriggerBorder: solid 1px @grayLight;
|
|
|
|
|
|
|
|
// Submenu
|
|
// Submenu
|
|
|
@submenuBackground: rgb(218, 217, 217);
|
|
@submenuBackground: rgb(218, 217, 217);
|
|
@@ -58,16 +58,14 @@
|
|
|
|
|
|
|
|
// Scaffolding
|
|
// Scaffolding
|
|
|
// -------------------------
|
|
// -------------------------
|
|
|
-@bodyBackground: #EAEAEA;
|
|
|
|
|
|
|
+@bodyBackground: #EFEFEF;
|
|
|
@textColor: @gray;
|
|
@textColor: @gray;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// Links
|
|
// Links
|
|
|
// -------------------------
|
|
// -------------------------
|
|
|
@linkColor: @gray;
|
|
@linkColor: @gray;
|
|
|
@linkColorDisabled: lighten(@linkColor,30%);
|
|
@linkColorDisabled: lighten(@linkColor,30%);
|
|
|
-@linkColorHover: @grayDarker;
|
|
|
|
|
-
|
|
|
|
|
|
|
+@linkColorHover: darken(@linkColor, 20%);
|
|
|
|
|
|
|
|
// Typography
|
|
// Typography
|
|
|
// -------------------------
|
|
// -------------------------
|
|
@@ -76,14 +74,14 @@
|
|
|
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
|
|
|
|
@baseFontSize: 14px;
|
|
@baseFontSize: 14px;
|
|
|
-@baseFontWeight: 400;
|
|
|
|
|
|
|
+@baseFontWeight: 400;
|
|
|
@baseFontFamily: @sansFontFamily;
|
|
@baseFontFamily: @sansFontFamily;
|
|
|
@baseLineHeight: 20px;
|
|
@baseLineHeight: 20px;
|
|
|
@altFontFamily: @serifFontFamily;
|
|
@altFontFamily: @serifFontFamily;
|
|
|
|
|
|
|
|
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
|
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
|
|
-@headingsFontWeight: bold; // instead of browser default, bold
|
|
|
|
|
-@headingsColor: @grayDarker; // empty to use BS default, @textColor
|
|
|
|
|
|
|
+@headingsFontWeight: normal; // instead of browser default, bold
|
|
|
|
|
+@headingsColor: @textColor; // empty to use BS default, @textColor
|
|
|
|
|
|
|
|
|
|
|
|
|
// Component sizing
|
|
// Component sizing
|
|
@@ -111,6 +109,7 @@
|
|
|
@grafanaListHighlightContrast: #ddd;
|
|
@grafanaListHighlightContrast: #ddd;
|
|
|
@grafanaListMainLinkColor: @textColor;
|
|
@grafanaListMainLinkColor: @textColor;
|
|
|
|
|
|
|
|
|
|
+@pageContainerBorderColor: darken(@grafanaTargetBackground, 5%);
|
|
|
|
|
|
|
|
// Tables
|
|
// Tables
|
|
|
// -------------------------
|
|
// -------------------------
|