From 637c982addf2653ee8738dba6f134cae5482a6bd Mon Sep 17 00:00:00 2001 From: Joachim Schleicher Date: Tue, 14 Nov 2023 21:20:00 +0100 Subject: [PATCH] fix icons probably moved accidentally in c8065fb29e67ae579673f0666175adbf8e4116fd --- umap/static/umap/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 1a1d1d19..1ed1753d 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -850,13 +850,13 @@ ul.photon-autocomplete { background-position: -119px -48px; } .umap-delete-vertex { - background-position: -119px -22px; + background-position: -119px -94px; } .umap-continue-line { background-position: -96px 1px; } .umap-split-line { - background-position: -120px 1px; + background-position: -119px -22px; } .umap-extract-shape-from-multi{ background-position: -119px 2px;