mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-07-13 08:18:33 +00:00
Render correct icon in web editor for info types (#248)
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
filter: grayscale() invert();
|
filter: grayscale() invert();
|
||||||
}
|
}
|
||||||
.template {
|
.template, .info {
|
||||||
background-image: url(../resources-icons-48/info_type.svg);
|
background-image: url(../resources-icons-48/info_type.svg);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
Reference in New Issue
Block a user