mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
chore: highlight selected config tab
This commit is contained in:
parent
639159c677
commit
3c5639708f
@ -650,11 +650,12 @@ input.inline:focus-visible {
|
|||||||
|
|
||||||
.tab:hover,
|
.tab:hover,
|
||||||
.tab.active {
|
.tab.active {
|
||||||
background: var(--table-border);
|
background: var(--bg-gray);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabcontent {
|
.tabcontent {
|
||||||
border: 1px solid var(--table-border);
|
border: 2px solid var(--bg-gray);
|
||||||
border-radius: 0 .5em .5em .5em;
|
border-radius: 0 .5em .5em .5em;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user