Add initial bg color to panels (#4268)
This commit is contained in:
committed by
Bram Kragten
parent
1329e60c89
commit
70a920af3c
@@ -129,6 +129,7 @@ export class HaPanelCustom extends UpdatingElement {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
|
background-color: var(--primary-background-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<iframe></iframe>
|
<iframe></iframe>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ class HaPanelIframe extends PolymerElement {
|
|||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 64px);
|
height: calc(100% - 64px);
|
||||||
|
background-color: var(--primary-background-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<app-toolbar>
|
<app-toolbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user