Browse Source

fixed panel option tabs

pull/4/head
GilbN 6 years ago
parent
commit
5a30e1b914
  1. 9
      CSS/themes/graforg.css
  2. 9
      CSS/themes/grafplex.css

9
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;
}

9
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;
}

Loading…
Cancel
Save