From 7ed6cfb2a4b7729f3667247f634306a59f9603e0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 30 Aug 2023 11:35:52 +0200 Subject: [PATCH] Better position for disable icon --- 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 a5beae18..d78477e4 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -425,7 +425,7 @@ ul.photon-autocomplete { background-position: -2px -25px; } .leaflet-container a.leaflet-control-edit-disable:before { - background-position: -28px -1px; + background-position: -26px -1px; } .leaflet-container a.leaflet-control-edit-cancel, .leaflet-container a.leaflet-control-edit-disable {