diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index f9c98068..91b63fcc 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -54,6 +54,11 @@ div.flot-text { color: #FFF !important; } +/* Dashboard row */ +.dashboard-row--collapsed { + background: rgba(0, 0, 0, 0.25); +} + /* Panel fullscreen navbar */ .panel-in-fullscreen .navbar { background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important; diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index ba94cbb0..fcd0e9bd 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -101,6 +101,11 @@ color:#FFFFFF !important; color: #FFFFFF !important; } +/* Dashboard row */ +.dashboard-row--collapsed { + background: rgba(0, 0, 0, 0.25); +} + /* Panel fullscreen navbar */ .panel-in-fullscreen .navbar { background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;