1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fixed panel option tabs

This commit is contained in:
GilbN 2018-12-23 01:43:52 +01:00
parent 92812980be
commit 5a30e1b914
2 changed files with 18 additions and 0 deletions

View File

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

View File

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