From 219b3e17dd4c37142614805bdc2dae7d9565f962 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 18 Oct 2023 11:52:07 +0200 Subject: [PATCH] Fix picto in add datalayer button --- umap/static/umap/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 483316e9..41e7977c 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -845,7 +845,7 @@ a.add-datalayer:before, float: left; } a.add-datalayer:before { - background-position: -45px -45px; + background-position: -20px -20px; } a.add-datalayer:hover, .leaflet-control-browse a.umap-browse-link:hover {