fix: incorrect dashboard action button & mobile playlist background colors (#18)

This commit is contained in:
Adam Perkowski
2025-03-09 11:15:10 +00:00
committed by GitHub
parent 814c52f1d5
commit 8efc6c08a8
+9 -4
View File
@@ -151,13 +151,13 @@ html {
#deviceDeleteAll,
.btnDeleteImage,
.btnResetPassword {
color: var(--main-background);
background: var(--red-color);
color: var(--main-background) !important;
background: var(--red-color) !important;
}
.btnRefresh {
background: var(--main-color);
color: var(--main-background);
background: var(--main-color) !important;
color: var(--main-background) !important;
}
.backgroundContainer.withBackdrop,
@@ -210,6 +210,7 @@ html {
outline-color: var(--main-color);
}
.nowPlayingPlaylist,
.MuiToolbar-root,
.collapseContent {
background-color: var(--main-background);
@@ -311,6 +312,10 @@ div[role=presentation].jstree-wholerow-clicked {
background: var(--second-background);
}
.playlistSectionButton {
background: var(--second-background);
}
.iconOsd,
.cardContent.defaultCardBackground {
background-color: var(--second-background);