Add initial bg color to panels (#4268)

This commit is contained in:
Joakim Sørensen 2019-11-23 21:18:54 +01:00 committed by Bram Kragten
parent 1329e60c89
commit 70a920af3c
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ export class HaPanelCustom extends UpdatingElement {
width: 100%;
height: 100%;
display: block;
background-color: var(--primary-background-color);
}
</style>
<iframe></iframe>

View File

@ -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>