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

update resource loading

This commit is contained in:
Luke Pulverenti 2016-07-09 17:09:21 -04:00
parent a3528b8e62
commit 4cbdc2a0aa
9 changed files with 16 additions and 41 deletions

View file

@ -40,18 +40,15 @@ body:not(.dashboardDocument) .mainDrawerButton {
height: 50px;
}
.viewMenuBar, .libraryViewNav {
background-color: #000;
.libraryDocument .viewMenuBar, .libraryViewNav {
background-color: #000 !important;
box-shadow: none !important;
}
.viewMenuBar.semiTransparent {
background-color: #000;
}
.libraryViewNav {
box-shadow: none;
}
.libraryViewNav .pageTabButton {
font-weight: 400;
text-transform: none;
@ -135,19 +132,10 @@ h1, h1 a {
border-radius: 10px;
}
.bottomFab {
bottom: 120px !important;
}
.sidebarLinkText {
font-weight: 400 !important;
}
#footer {
/* Eliminate transparency to prevent clicks from passing through to the elements underneath */
background-color: rgb(26,26,26);
}
.nowPlayingPageBackButton {
display: none !important;
}
@ -172,7 +160,6 @@ h1, h1 a {
right: 5px !important;
}
.alphaPickerButton.selected {
background-color: transparent !important;
color: #52B54B !important;
.searchBackButton {
display: none !important;
}