From 65a0256b6e021c2b2955194f3f602e529d605306 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 10 Jan 2019 23:22:13 +0100 Subject: [PATCH] Removed forcing background on transparent panels --- CSS/themes/graforg.css | 2 +- CSS/themes/grafplex.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index eccaa43b..6ade886c 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -151,7 +151,7 @@ div.flot-text { border: transparent; } .panel-container.panel-transparent { - background-color: rgba(0, 0, 0, .25); + background-color: transparent; border: transparent; } .panel-header:hover { diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 7fe12fe4..abfca839 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -192,7 +192,7 @@ color:#FFFFFF !important; border: transparent; } .panel-container.panel-transparent { - background-color: rgba(0, 0, 0, .25); + background-color: transparent; border: transparent; } .panel-header:hover {