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

19 lines
280 B
CSS
Raw Normal View History

.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 18:18:36 +02:00
.main_tabcontent h1 {
2020-05-09 13:44:47 +02:00
margin-bottom: 12px;
}
2020-05-09 18:18:36 +02:00
.tab button {
2020-05-05 15:46:57 +02:00
background-color: var(--primary-background);
2020-05-09 18:18:36 +02:00
color: var(--main-text);
2020-05-05 15:46:57 +02:00
}
2020-05-09 18:18:36 +02:00
.tab button.active {
2020-05-05 15:46:57 +02:00
background-color: var(--accent-color);
}