diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 79309bd0..8baa84da 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -176,3 +176,12 @@ div.flot-text { border-bottom: 1px solid #171819; border-right: 1px solid #171819; } +/* Edit panel tabs */ +.tabbed-view-header { + box-shadow: none; + background: rgba(0, 0, 0, 0.25); + border-bottom: none; +} +.tabbed-view-panel-title { + padding-left: 10px; +} diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 985b10aa..e2001ae4 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -217,3 +217,12 @@ div.flot-text { border-bottom: 1px solid #171819; border-right: 1px solid #171819; } +/* Edit panel tabs */ +.tabbed-view-header { + box-shadow: none; + background: rgba(0, 0, 0, 0.25); + border-bottom: none; +} +.tabbed-view-panel-title { + padding-left: 10px; +}