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 */