Adapt star icon bg position after rebase

This commit is contained in:
Yohan Boniface 2023-05-05 22:24:52 +02:00
parent 8c113d9a19
commit 30f9612a12

View file

@ -89,10 +89,10 @@ a.umap-control-less {
box-shadow: 0 0 4px 0 black inset; box-shadow: 0 0 4px 0 black inset;
} }
.leaflet-control-star a { .leaflet-control-star a {
background-position: -122px -162px; background-position: -118px -160px;
} }
.leaflet-control-star.starred a { .leaflet-control-star.starred a {
background-position: -82px -162px; background-position: -158px -160px;
} }
.leaflet-control-search a { .leaflet-control-search a {
background-position: -41px -121px; background-position: -41px -121px;