mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix View Background Colors (#7823)
This commit is contained in:
parent
2ab1c6e9a9
commit
8e4ceb7d48
@ -793,10 +793,6 @@ class HUIRoot extends LitElement {
|
|||||||
|
|
||||||
ha-app-layout {
|
ha-app-layout {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: var(
|
|
||||||
--lovelace-background,
|
|
||||||
var(--primary-background-color)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
ha-tabs {
|
ha-tabs {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -884,6 +880,12 @@ class HUIRoot extends LitElement {
|
|||||||
.menu-link {
|
.menu-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
hui-view {
|
||||||
|
background: var(
|
||||||
|
--lovelace-background,
|
||||||
|
var(--primary-background-color)
|
||||||
|
);
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user