mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
parent
af74f21af9
commit
810d2a1ceb
@ -279,6 +279,7 @@ class LocationEditor extends LitElement {
|
|||||||
}
|
}
|
||||||
#map {
|
#map {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background: inherit;
|
||||||
}
|
}
|
||||||
.leaflet-edit-move {
|
.leaflet-edit-move {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -11,7 +11,12 @@
|
|||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html {
|
html {
|
||||||
background-color: #111111;
|
background-color: #111111;
|
||||||
color: var(--primary-text-color, #e1e1e1);
|
color: #e1e1e1;
|
||||||
|
}
|
||||||
|
ha-onboarding {
|
||||||
|
--primary-text-color: #e1e1e1;
|
||||||
|
--secondary-text-color: #9b9b9b;
|
||||||
|
--disabled-text-color: #6f6f6f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
@ -6,9 +6,9 @@ import {
|
|||||||
CSSResult,
|
CSSResult,
|
||||||
customElement,
|
customElement,
|
||||||
html,
|
html,
|
||||||
|
internalProperty,
|
||||||
LitElement,
|
LitElement,
|
||||||
property,
|
property,
|
||||||
internalProperty,
|
|
||||||
PropertyValues,
|
PropertyValues,
|
||||||
TemplateResult,
|
TemplateResult,
|
||||||
} from "lit-element";
|
} from "lit-element";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user