tabs: increase contrast for non selected tab handles #550

and make default style darkish grey similar to other shortcodes
This commit is contained in:
Sören Weber 2023-06-08 14:36:28 +02:00
parent 310df3425f
commit 0a3662be61
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -407,7 +407,6 @@ article ul > li > input[type="checkbox"] {
.tab-panel-style.cstyle.initial,
.tab-panel-style.cstyle.default {
--VARIABLE-BOX-color: rgba( 134, 134, 134, .4 );
--VARIABLE-BOX-BG-color: var(--INTERNAL-MAIN-BG-color);
}
@ -425,6 +424,10 @@ article ul > li > input[type="checkbox"] {
border-top-color: var(--VARIABLE-BOX-color);
}
#body .tab-panel-style.cstyle.code.tab-nav-button:not(.active){
--VARIABLE-BOX-color: var(--INTERNAL-BOX-NEUTRAL-color);
}
#body .tab-panel-style.cstyle.initial.tab-content,
#body .tab-panel-style.cstyle.default.tab-content,
#body .tab-panel-style.cstyle.transparent.tab-content{