mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix marking seasons unplayed
This commit is contained in:
parent
8dcb1d85cb
commit
a651d5208d
@ -92,6 +92,7 @@
|
||||
dlg.exitAnimation = 'fade-out-animation';
|
||||
dlg.classList.add('fullscreen-editor-paper-dialog');
|
||||
dlg.classList.add('ui-body-b');
|
||||
dlg.classList.add('background-theme-b');
|
||||
dlg.classList.add('smoothScrollY');
|
||||
|
||||
return dlg;
|
||||
|
@ -18,7 +18,8 @@
|
||||
|
||||
.background-theme-b {
|
||||
background-color: #242424;
|
||||
background: -webkit-radial-gradient(circle, #282828, #202020);
|
||||
background: radial-gradient(circle, #282828, #141414) !important;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.ui-body-b {
|
||||
|
@ -7,7 +7,8 @@
|
||||
}
|
||||
|
||||
.background-theme-b {
|
||||
background-color: #202020;
|
||||
background: radial-gradient(circle, #282828, #141414) !important;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.backdropContainer .pageBackground {
|
||||
|
@ -33,7 +33,8 @@ body {
|
||||
}
|
||||
|
||||
.background-theme-b {
|
||||
background-color: #161616;
|
||||
background: radial-gradient(circle, #303030, #101010) !important;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.backdropContainer .pageBackground {
|
||||
|
Loading…
Reference in New Issue
Block a user