Fix datalayers icon position
Otherwise we see the top border of the icon below…
This commit is contained in:
parent
4153580a6a
commit
f9e4f13e86
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue