mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Adjust / theme entity marker background color (#8116)
This commit is contained in:
parent
a1d07e5a00
commit
28ca1a5193
@ -13,7 +13,6 @@ class HaEntityMarker extends EventsMixin(PolymerElement) {
|
||||
<style include="iron-positioning"></style>
|
||||
<style>
|
||||
.marker {
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
@ -25,7 +24,7 @@ class HaEntityMarker extends EventsMixin(PolymerElement) {
|
||||
border-radius: 50%;
|
||||
border: 0.1em solid var(--ha-marker-color, var(--primary-color));
|
||||
color: rgb(76, 76, 76);
|
||||
background-color: white;
|
||||
background-color: var(--light-primary-color);
|
||||
}
|
||||
iron-image {
|
||||
border-radius: 50%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user