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

@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Use twig directly instead of templating component to restore Contao 4.8
- Fix button labels ([#83](https://github.com/netzmacht/contao-leaflet-maps/issues/83))
### Changed
- Use relative path for backend icon ([#82](https://github.com/netzmacht/contao-leaflet-maps/issues/82))
## [3.1.4] - 2019-02-13

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 {