forked from Snck3rs/contao-leaflet-maps
Use relative icon path for the backend group icon (#83)
This commit is contained in:
@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Use twig directly instead of templating component to restore Contao 4.8
|
- 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
|
## [3.1.4] - 2019-02-13
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#tl_navigation .tl_level_1_group .group-leaflet {
|
#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 {
|
.tl_help_table a {
|
||||||
|
|||||||
Reference in New Issue
Block a user