From 5fbfd75c54154d1fcfea72721a5a4c30618cd00d Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 7 Dec 2018 17:19:23 +0100 Subject: [PATCH] fixed color on single stat panels --- CSS/themes/graforg.css | 4 ++-- CSS/themes/grafplex.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 9df97d30..87cbff03 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -122,11 +122,11 @@ div.flot-text { /* PANEL BACKGROUND COLOR*/ .panel-container { - background-color: rgba(0, 0, 0, .25) !important; + background-color: rgba(0, 0, 0, .25); border: 1px solid rgba(255, 255, 255, 0.1) !important; } .panel-container.panel-transparent { - background-color: rgba(0, 0, 0, .25) !important; + background-color: rgba(0, 0, 0, .25); } .panel-header:hover { background-color: rgba(0, 0, 0, 0.25) !important; diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 66260631..a113634b 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -183,11 +183,11 @@ color:#FFFFFF !important; /* PANEL BACKGROUND COLOR*/ .panel-container { - background-color: rgba(0, 0, 0, .25) !important; + background-color: rgba(0, 0, 0, .25); border: 1px solid rgba(255, 255, 255, 0.1) !important; } .panel-container.panel-transparent { - background-color: rgba(0, 0, 0, .25) !important; + background-color: rgba(0, 0, 0, .25); } .panel-header:hover { background-color: rgba(0, 0, 0, 0.25) !important;