From a4547ffb171d09b1ff3e00902680a35e6f216151 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 3 Jan 2020 08:53:47 +0100 Subject: [PATCH] Use relative icon path for the backend group icon (#83) --- CHANGELOG.md | 5 +++++ src/Bundle/Resources/public/css/backend_global.css | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad1d34..9e7cb3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Bundle/Resources/public/css/backend_global.css b/src/Bundle/Resources/public/css/backend_global.css index ffc55e7..2c03bd8 100644 --- a/src/Bundle/Resources/public/css/backend_global.css +++ b/src/Bundle/Resources/public/css/backend_global.css @@ -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 {