fix: incorrect dashboard logo background color (#26)
This commit is contained in:
+8
-1
@@ -29,7 +29,8 @@
|
||||
.mdl-slider-background-flex,
|
||||
.formDialogHeader:not(.formDialogHeader-clear),
|
||||
.formDialogFooter:not(.formDialogFooter-clear),
|
||||
.cardBox:not(.visualCardBox) .cardPadder {
|
||||
.cardBox:not(.visualCardBox) .cardPadder,
|
||||
.MuiListItemButton-root:hover {
|
||||
background-color: var(--hover-background);
|
||||
}
|
||||
|
||||
@@ -275,6 +276,8 @@ legend {
|
||||
}
|
||||
|
||||
.fieldDescription,
|
||||
.MuiListItemText-secondary,
|
||||
.MuiListSubheader-root,
|
||||
.secondary {
|
||||
color: var(--dimmer-text) !important;
|
||||
}
|
||||
@@ -340,3 +343,7 @@ div[role=presentation].jstree-wholerow-clicked {
|
||||
.selectionCommandsPanel .itemSelectionCount {
|
||||
color: var(--main-background) !important;
|
||||
}
|
||||
|
||||
.MuiListItemButton-root img {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user