fix: incorrect dashboard action button & mobile playlist background colors (#18)
This commit is contained in:
+9
-4
@@ -151,13 +151,13 @@ html {
|
|||||||
#deviceDeleteAll,
|
#deviceDeleteAll,
|
||||||
.btnDeleteImage,
|
.btnDeleteImage,
|
||||||
.btnResetPassword {
|
.btnResetPassword {
|
||||||
color: var(--main-background);
|
color: var(--main-background) !important;
|
||||||
background: var(--red-color);
|
background: var(--red-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnRefresh {
|
.btnRefresh {
|
||||||
background: var(--main-color);
|
background: var(--main-color) !important;
|
||||||
color: var(--main-background);
|
color: var(--main-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundContainer.withBackdrop,
|
.backgroundContainer.withBackdrop,
|
||||||
@@ -210,6 +210,7 @@ html {
|
|||||||
outline-color: var(--main-color);
|
outline-color: var(--main-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nowPlayingPlaylist,
|
||||||
.MuiToolbar-root,
|
.MuiToolbar-root,
|
||||||
.collapseContent {
|
.collapseContent {
|
||||||
background-color: var(--main-background);
|
background-color: var(--main-background);
|
||||||
@@ -311,6 +312,10 @@ div[role=presentation].jstree-wholerow-clicked {
|
|||||||
background: var(--second-background);
|
background: var(--second-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.playlistSectionButton {
|
||||||
|
background: var(--second-background);
|
||||||
|
}
|
||||||
|
|
||||||
.iconOsd,
|
.iconOsd,
|
||||||
.cardContent.defaultCardBackground {
|
.cardContent.defaultCardBackground {
|
||||||
background-color: var(--second-background);
|
background-color: var(--second-background);
|
||||||
|
|||||||
Reference in New Issue
Block a user