mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
Fixed active tab not being displayed
This commit is contained in:
parent
d93fa41ddd
commit
3fe3841f62
|
@ -4,3 +4,11 @@
|
|||
.favorites_tabcontent {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab button{
|
||||
background-color: var(--primary-background);
|
||||
}
|
||||
|
||||
.tab button.active{
|
||||
background-color: var(--accent-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue