Compare commits

...

2 Commits

Author SHA1 Message Date
Philip Abbey
ef299bcaf6 Render correct icon in web editor for info types (#248) 2025-07-06 13:53:24 +01:00
__JosephAbbey
f0eb9c26b1 Render correct icon in web editor for info types 2025-07-06 13:07:04 +01:00

View File

@@ -37,7 +37,7 @@
margin-left: 0.5em;
filter: grayscale() invert();
}
.template {
.template, .info {
background-image: url(../resources-icons-48/info_type.svg);
background-size: contain;
margin-left: 0.5em;