From 3c5639708f0f9eb36feb2d0cb7f2cc68a17c3dff Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 21 Mar 2025 19:26:25 +0100 Subject: [PATCH] chore: highlight selected config tab --- src/main/resources/static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 7066e2b..c6a8c33 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -650,11 +650,12 @@ input.inline:focus-visible { .tab:hover, .tab.active { - background: var(--table-border); + background: var(--bg-gray); + color: white; } .tabcontent { - border: 1px solid var(--table-border); + border: 2px solid var(--bg-gray); border-radius: 0 .5em .5em .5em; display: none; padding: 1em;