Browse Source

fixed panel text color

pull/1/head
GilbN 7 years ago
parent
commit
c16b17647d
  1. 2
      CSS/themes/grafblur.css
  2. 2
      CSS/themes/graforg.css

2
CSS/themes/grafblur.css

@ -149,7 +149,7 @@ body {
/* Panel text color*/ /* Panel text color*/
div.flot-text { div.flot-text {
color: #ffffff; color: #fff !important;
} }
/* panel loading circle*/ /* panel loading circle*/

2
CSS/themes/graforg.css

@ -127,7 +127,7 @@ body {
/* Panel text color*/ /* Panel text color*/
div.flot-text { div.flot-text {
color: #FFF; color: #FFF !important;
} }
/* panel loading circle*/ /* panel loading circle*/

Loading…
Cancel
Save