mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-24 23:31:49 +00:00
15 lines
216 B
CSS
15 lines
216 B
CSS
/* Tabs */
|
|
.search_tabcontent,
|
|
.main_tabcontent,
|
|
.favorites_tabcontent {
|
|
display: none;
|
|
}
|
|
|
|
.tab button{
|
|
background-color: var(--primary-background);
|
|
}
|
|
|
|
.tab button.active{
|
|
background-color: var(--accent-color);
|
|
}
|