From c16b17647d4a36228d175da8d795fc3762df6ca4 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 26 Aug 2018 23:28:38 +0200 Subject: [PATCH] fixed panel text color --- CSS/themes/grafblur.css | 2 +- CSS/themes/graforg.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/grafblur.css b/CSS/themes/grafblur.css index 12c6fea9..e84f0d52 100644 --- a/CSS/themes/grafblur.css +++ b/CSS/themes/grafblur.css @@ -149,7 +149,7 @@ body { /* Panel text color*/ div.flot-text { - color: #ffffff; + color: #fff !important; } /* panel loading circle*/ diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 44eda31b..d6eaa3cd 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -127,7 +127,7 @@ body { /* Panel text color*/ div.flot-text { - color: #FFF; + color: #FFF !important; } /* panel loading circle*/