From 883a25b6c81d150a541738f8bdb5cd821de81320 Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 12 Mar 2019 21:13:30 +0100 Subject: [PATCH] row fix --- CSS/themes/graforg.css | 5 +++++ CSS/themes/grafplex.css | 5 +++++ 2 files changed, 10 insertions(+) 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;