diff options
| author | Paul-Christian Volkmer | 2025-03-21 19:26:25 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2025-03-21 19:26:25 +0100 |
| commit | 3c5639708f0f9eb36feb2d0cb7f2cc68a17c3dff (patch) | |
| tree | be119150a74467166ca6e0551b5284a74f87c160 /src/main | |
| parent | 639159c6773a31b3a346f900ed479142ac3e8cfb (diff) | |
chore: highlight selected config tab
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/static/style.css | 5 |
1 files 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; |
