mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +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%;
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user