Use relative icon path for the backend group icon (#83)

This commit is contained in:
David Molineus
2020-01-03 08:53:47 +01:00
parent a63c836535
commit a4547ffb17
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#tl_navigation .tl_level_1_group .group-leaflet {
background: url(/bundles/netzmachtcontaoleaflet/img/leaflet.svg) 3px 2px no-repeat;
background: url(../img/leaflet.svg) 3px 2px no-repeat;
}
.tl_help_table a {