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

@ -12,39 +12,31 @@
margin-left: .5em;
}
.background-theme-b {
background-color: #242424;
}
.ui-page-theme-b {
color: #fff;
}
.pageWithAbsoluteTabs {
background-color: transparent !important;
}
.backdropPage.ui-page-theme-a:not(.pageWithAbsoluteTabs) {
background-color: rgba(240, 240,240, .94) !important;
}
.backdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs), .backdropPage.pageWithAbsoluteTabs .pageBackground {
background-color: rgba(20, 20,20, .92) !important;
}
.backdropPage.lightBackdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs), .backdropPage.lightBackdropPage.pageWithAbsoluteTabs .pageBackground {
background-color: rgba(20, 20,20, .90) !important;
}
.pageWithAbsoluteTabs .pageBackground {
.backdropContainer .pageBackground {
background-color: rgba(20, 20,20, .92);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.pageWithAbsoluteTabs neon-animatable {
z-index: 2;
}
html, .ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {
background-color: #242424;
}
.backdropContainer {
background-repeat: no-repeat;
background-position: center center;

View file

@ -72,7 +72,8 @@
.mainDrawerPanel #main {
left: 0 !important;
position: static !important;
position: relative !important;
z-index: 1;
}
.mainDrawerPanel #scrim {

View file

@ -295,7 +295,6 @@
/* jQuery mobile adds a text shadow that seems unnecessary. */
* {
text-shadow: none !important;
-webkit-font-smoothing: antialiased;
}
@ -304,10 +303,11 @@ html {
-ms-touch-action: manipulation;
touch-action: manipulation;
/* Prevent white flickering */
background-color: #262626;
background-color: #242424;
/* Normalize for different browsers */
margin: 0;
padding: 0;
height: 100%;
}
body {
@ -323,6 +323,7 @@ body {
/* Normalize for different browsers */
margin: 0;
padding: 0;
height: 100%;
}
/* Without this, no content will be displayed in mobile safari */
@ -781,8 +782,8 @@ paper-input + .fieldDescription {
box-shadow: -3px 0 10px 0 #555;*/
}
.ui-page-theme-a {
background: #f5f5f5;
.background-theme-a {
background-color: #f5f5f5;
}
.ui-page-theme-a .content-secondary {