styling of the vertical tab selectors needed improvement
This commit is contained in:
parent
e29ab4bca3
commit
3216106660
1 changed files with 2 additions and 0 deletions
|
@ -2146,6 +2146,7 @@ and it won't be important on password protected instances */
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 4px 0 !important;
|
padding: 4px 0 !important;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
.ui-tabs-vertical .ui-tabs-panel {
|
.ui-tabs-vertical .ui-tabs-panel {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
@ -2182,6 +2183,7 @@ and it won't be important on password protected instances */
|
||||||
}
|
}
|
||||||
#metacodeSwitchTabs li.ui-state-active a {
|
#metacodeSwitchTabs li.ui-state-active a {
|
||||||
color: #00BCD4;
|
color: #00BCD4;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.metacodeSwitchTab {
|
.metacodeSwitchTab {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
|
Loading…
Reference in a new issue