From 0a3662be61e65188923aa6b081c83428f71b0376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 8 Jun 2023 14:36:28 +0200 Subject: [PATCH] tabs: increase contrast for non selected tab handles #550 and make default style darkish grey similar to other shortcodes --- static/css/variant.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/variant.css b/static/css/variant.css index bc690498b3..33cb2798a3 100644 --- a/static/css/variant.css +++ b/static/css/variant.css @@ -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{