Keep save button in blue on hover
This commit is contained in:
parent
222af1b528
commit
740ff90262
1 changed files with 3 additions and 0 deletions
|
@ -478,6 +478,9 @@ ul.photon-autocomplete {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.umap-is-dirty .leaflet-control-edit-save:hover {
|
||||||
|
background-color: #215d9c;
|
||||||
|
}
|
||||||
.leaflet-container .leaflet-control-edit-save,
|
.leaflet-container .leaflet-control-edit-save,
|
||||||
.leaflet-container .leaflet-control-edit-cancel,
|
.leaflet-container .leaflet-control-edit-cancel,
|
||||||
.leaflet-container .leaflet-control-edit-disable,
|
.leaflet-container .leaflet-control-edit-disable,
|
||||||
|
|
Loading…
Reference in a new issue