From 5a30e1b914570a117c174a9ad341f4d453e8bbec Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 23 Dec 2018 01:43:52 +0100 Subject: [PATCH] fixed panel option tabs --- CSS/themes/graforg.css | 9 +++++++++ CSS/themes/grafplex.css | 9 +++++++++ 2 files changed, 18 insertions(+) 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; +}