From 7d10ff7eeabc602f0b78cb914643fe4f7e44840a Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 7 Dec 2018 18:20:10 +0100 Subject: [PATCH] removed panel border --- CSS/themes/graforg.css | 3 ++- CSS/themes/grafplex.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 87cbff03..27713f4d 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -123,10 +123,11 @@ div.flot-text { /* PANEL BACKGROUND COLOR*/ .panel-container { background-color: rgba(0, 0, 0, .25); - border: 1px solid rgba(255, 255, 255, 0.1) !important; + border: transparent; } .panel-container.panel-transparent { background-color: rgba(0, 0, 0, .25); + border: transparent; } .panel-header:hover { background-color: rgba(0, 0, 0, 0.25) !important; diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index a113634b..6d0a172d 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -184,10 +184,11 @@ color:#FFFFFF !important; /* PANEL BACKGROUND COLOR*/ .panel-container { background-color: rgba(0, 0, 0, .25); - border: 1px solid rgba(255, 255, 255, 0.1) !important; + border: transparent; } .panel-container.panel-transparent { background-color: rgba(0, 0, 0, .25); + border: transparent; } .panel-header:hover { background-color: rgba(0, 0, 0, 0.25) !important;