From f9e4f13e860f4d6c859ed599649534272d784f46 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 3 Jul 2023 20:47:25 +0200 Subject: [PATCH] Fix datalayers icon position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise we see the top border of the icon below… --- 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 8ab5e394..5506b95f 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -219,7 +219,7 @@ ul.photon-autocomplete { background-position: -72px 0; } .manage-datalayers { - background-position: -36px -72px; + background-position: -36px -71px; } .umap-toolbar .update-map-permissions, .update-map-permissions {