mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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 {
|
||||
background-color: var(--dark-background-color, #455a64);
|
||||
color: var(--dark-text-color);
|
||||
background-color: var(--app-header-edit-background-color, #455a64);
|
||||
color: var(--app-header-edit-text-color, #fff);
|
||||
}
|
||||
|
||||
mwc-button[disabled] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user