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

fix now playing background

This commit is contained in:
Luke Pulverenti 2015-09-04 12:20:54 -04:00
parent c7fa2299da
commit def595ff8a
26 changed files with 603 additions and 695 deletions

View file

@ -6,11 +6,11 @@
background-color: rgba(27, 27, 27, .75);
}
.ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {
background-color: #2b2b2b;
.background-theme-b {
background-color: #242424;
}
.backdropPage.ui-page-theme-b {
.backdropContainer .pageBackground {
background-color: rgba(20, 20,20, .94) !important;
}