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);