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;