mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update local pin feature
This commit is contained in:
parent
cd9c4775c2
commit
b587424b5c
15 changed files with 152 additions and 13 deletions
|
@ -7,10 +7,10 @@
|
|||
}
|
||||
|
||||
.libraryViewNav, .libraryViewNav paper-tabs {
|
||||
background-color: transparent;
|
||||
background-color: #161616;
|
||||
box-shadow: none;
|
||||
text-transform: lowercase;
|
||||
font-size: 240%;
|
||||
font-size: 220%;
|
||||
}
|
||||
|
||||
.libraryViewNav a, paper-tab {
|
||||
|
@ -20,3 +20,23 @@
|
|||
.background-theme-b, paper-dialog.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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue