1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 09:16:51 +00:00

chore: highlight selected config tab

This commit is contained in:
Paul-Christian Volkmer 2025-03-21 19:26:25 +01:00
parent 639159c677
commit 3c5639708f

View File

@ -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;