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