As requested by @MrTimscampi + theme adjustement

This commit is contained in:
samuel9554 2020-04-16 15:45:32 -04:00
parent df3a7a75d2
commit a1c40bd8a8
10 changed files with 51 additions and 26 deletions

View file

@ -43,7 +43,9 @@ html {
}
.backgroundContainer,
.dialog {
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu {
background: #d5e9f2;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;

View file

@ -42,6 +42,8 @@ html {
}
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu,
html {
background-color: #033361;
}

View file

@ -36,6 +36,8 @@ html {
.backgroundContainer,
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu,
html {
background-color: #101010;
}

View file

@ -51,7 +51,9 @@ html {
background-color: rgba(255, 255, 255, 0.8);
}
.dialog {
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu {
background-color: #f0f0f0;
}

View file

@ -37,6 +37,8 @@ html {
}
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu,
html {
background-color: #230c33;
}

View file

@ -48,7 +48,9 @@ html {
}
.backgroundContainer,
.dialog {
.dialog,
.nowPlayingPlaylist,
.nowPlayingContextMenu {
background: -webkit-gradient(linear, left top, left bottom, from(#0f3562), color-stop(#1162a4), to(#03215f));
background: -webkit-linear-gradient(top, #0f3562, #1162a4, #03215f);
background: -o-linear-gradient(top, #0f3562, #1162a4, #03215f);