Adapt star icon bg position after rebase
This commit is contained in:
parent
8c113d9a19
commit
30f9612a12
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue