plugin updates
This commit is contained in:
@@ -576,13 +576,15 @@ input.ju-radiobox:focus {
|
||||
}
|
||||
|
||||
.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs {
|
||||
width: fit-content !important
|
||||
/* width: fit-content !important */
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab {
|
||||
text-transform: capitalize;
|
||||
min-width: 200px;
|
||||
background-color: #fff
|
||||
background-color: #fff;
|
||||
width: 20%;
|
||||
flex-grow: inherit;
|
||||
}
|
||||
|
||||
.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab {
|
||||
@@ -599,6 +601,10 @@ input.ju-radiobox:focus {
|
||||
vertical-align: middle
|
||||
}
|
||||
|
||||
.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li:has(> a.active) {
|
||||
border-bottom: 3px solid #ff8726;
|
||||
}
|
||||
|
||||
.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab:focus {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user