From 326201052edc104ace0d611608241b0ad42380cd Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 22 Dec 2018 18:38:22 +0100 Subject: [PATCH] . --- CSS/themes/grafplex.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index d3eb4443..d00f9926 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -171,9 +171,10 @@ color:#FFFFFF !important; /* NAVBAR BUTTONS */ .navbar-button { - color: #FFFFFF !important; - background-color: #00000040 !important; + color: #FFF !important; + background-color: rgba(0, 0, 0, 0.25) !important; background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important; + border: none !important; } /* Custom Range Refreshing every X Dropdown */ @@ -196,17 +197,17 @@ color:#FFFFFF !important; /* ////PANEL BACKGROUND COLOR//// */ .graph-legend-table .graph-legend-series:nth-child(odd) { - background: rgba(0, 0, 0, 0) !important; + background: transparent !important; } /* Panel text color*/ div.flot-text { - color: #ffffff !important; + color: #FFF !important; } /* panel loading circle*/ .panel-loading { - color: #ffffff !important; + color: #FFF !important; } /* panel resize arrow */