mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
39 lines
799 B
CSS
39 lines
799 B
CSS
.viewMenuBar {
|
|
background-color: #000;
|
|
}
|
|
|
|
.libraryViewNav, .libraryViewNav paper-tabs {
|
|
background-color: #161616;
|
|
box-shadow: none;
|
|
text-transform: lowercase;
|
|
font-size: 220%;
|
|
}
|
|
|
|
.libraryViewNav a, paper-tab {
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
.background-theme-b, .paperDialog.background-theme-b {
|
|
background: #161616;
|
|
}
|
|
|
|
.libraryViewNav #selectionBar {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.libraryViewNav .ui-btn-active, .libraryViewNav .iron-selected, .btnActiveCast {
|
|
color: #52B54B !important;
|
|
}
|
|
|
|
.libraryViewNav .ui-btn-active {
|
|
border-bottom-color: transparent;
|
|
}
|
|
|
|
.libraryPage:not(.noSecondaryNavPage) {
|
|
padding-top: 105px !important;
|
|
}
|
|
|
|
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
|
|
padding-top: 108px !important;
|
|
}
|