mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
516c5715a1
commit
26dcecb51f
29 changed files with 535 additions and 501 deletions
|
@ -2,17 +2,21 @@
|
|||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab {
|
||||
.libraryViewNav .pageTabButton {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:focus {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 300px) {
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab-bar {
|
||||
.libraryViewNav {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.libraryViewNav .pageTabButton {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,15 +59,11 @@ body:not(.dashboardDocument) .mainDrawerButton {
|
|||
padding: 12px 13px 8px;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__ripple-container {
|
||||
.libraryViewNav .pageTabButton.is-active:after {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab.is-active:after {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab.is-active {
|
||||
.libraryViewNav .pageTabButton.is-active {
|
||||
color: #52B54B !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue