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

fix ie hang on library setup

This commit is contained in:
Luke Pulverenti 2015-10-17 12:29:42 -04:00
parent 3d458f8076
commit 3d0d3247fd
13 changed files with 58 additions and 15 deletions

View file

@ -0,0 +1,35 @@
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
background-color: #101010;
}
.viewMenuBar.semiTransparent {
background-color: rgba(15, 15, 15, .45);
}
.background-theme-b, paper-dialog.background-theme-b {
background: #202020;
}
.backdropContainer .pageBackground {
background-color: rgba(20, 20,20, .94) !important;
}
.defaultBackground .cardImage {
background-color: #303030;
}
.ui-body-b .visualCardBox {
background: rgba(56,56,56,.85);
}
.libraryViewNav {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.libraryViewNav a {
font-weight: 500 !important;
}
paper-tab {
font-weight: 500 !important;
}