mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Add initial bg color to panels (#4268)
This commit is contained in:
parent
1329e60c89
commit
70a920af3c
@ -129,6 +129,7 @@ export class HaPanelCustom extends UpdatingElement {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
background-color: var(--primary-background-color);
|
||||
}
|
||||
</style>
|
||||
<iframe></iframe>
|
||||
|
@ -13,6 +13,7 @@ class HaPanelIframe extends PolymerElement {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: calc(100% - 64px);
|
||||
background-color: var(--primary-background-color);
|
||||
}
|
||||
</style>
|
||||
<app-toolbar>
|
||||
|
Loading…
x
Reference in New Issue
Block a user