Browse Source

fix variable color

pull/4/head
GilbN 7 years ago
parent
commit
0642622e0e
  1. 2
      CSS/themes/graforg.css
  2. 2
      CSS/themes/grafplex.css

2
CSS/themes/graforg.css

@ -72,7 +72,7 @@ div.flot-text {
/* Variable label color */
.template-variable {
color: #FFFFFF !important;
color: #f79520 !important;
}
/* Variable label box */

2
CSS/themes/grafplex.css

@ -135,7 +135,7 @@ color:#FFFFFF !important;
/* Variable label color */
.template-variable {
color: #FFFFFF !important;
color: #f79520 !important;
}
/* Variable label box */

Loading…
Cancel
Save