From 30f9612a124595a71c491eee7257906633933777 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 5 May 2023 22:24:52 +0200 Subject: [PATCH] Adapt star icon bg position after rebase --- 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 a3505e2b..525027d8 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -89,10 +89,10 @@ a.umap-control-less { box-shadow: 0 0 4px 0 black inset; } .leaflet-control-star a { - background-position: -122px -162px; + background-position: -118px -160px; } .leaflet-control-star.starred a { - background-position: -82px -162px; + background-position: -158px -160px; } .leaflet-control-search a { background-position: -41px -121px;