1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update tabs

This commit is contained in:
Luke Pulverenti 2016-08-14 15:58:13 -04:00
parent ce30e1391e
commit 93ebd18a5c
24 changed files with 602 additions and 316 deletions

View file

@ -5,7 +5,7 @@
flex-grow: 1;
}
.libraryViewNav .pageTabButton {
.libraryViewNav .emby-tab-button {
flex-grow: 1;
}
}

View file

@ -41,16 +41,16 @@ body:not(.dashboardDocument) .mainDrawerButton {
background-color: #000;
}
.libraryViewNav .pageTabButton {
.libraryViewNav .emby-tab-button {
font-weight: 400;
text-transform: none;
}
.pageTabButton.is-active .pageTabButtonSelectionBar {
.emby-tab-button-selection-bar {
display: none !important;
}
.libraryViewNav .pageTabButton.is-active {
.libraryViewNav .emby-tab-button-active {
color: #52B54B !important;
}