From 8efc6c08a874bdf59deea2f491ab10eca544f773 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Sun, 9 Mar 2025 11:15:10 +0000 Subject: [PATCH] fix: incorrect dashboard action button & mobile playlist background colors (#18) --- themes/theme.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/themes/theme.css b/themes/theme.css index 5612228..ea629cf 100644 --- a/themes/theme.css +++ b/themes/theme.css @@ -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);