deemix-webui/public/css/modules/tabs.css

19 lines
262 B
CSS
Raw Normal View History

/* Tabs */
.search_tabcontent,
2020-05-05 12:55:06 +02:00
.main_tabcontent,
.favorites_tabcontent {
display: none;
2020-05-05 12:55:06 +02:00
}
2020-05-05 15:46:57 +02:00
2020-05-09 13:44:47 +02:00
.main_tabcontent h1{
margin-bottom: 12px;
}
2020-05-05 15:46:57 +02:00
.tab button{
background-color: var(--primary-background);
}
.tab button.active{
background-color: var(--accent-color);
}