mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Merge pull request #12087 from DuckyCrayfish/fix-toolbar-styles
This commit is contained in:
commit
0fc4c24f5a
@ -148,8 +148,8 @@ class LovelaceFullConfigEditor extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app-toolbar {
|
app-toolbar {
|
||||||
background-color: var(--dark-background-color, #455a64);
|
background-color: var(--app-header-edit-background-color, #455a64);
|
||||||
color: var(--dark-text-color);
|
color: var(--app-header-edit-text-color, #fff);
|
||||||
}
|
}
|
||||||
|
|
||||||
mwc-button[disabled] {
|
mwc-button[disabled] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user