Keep save button in blue on hover

This commit is contained in:
David Larlet 2023-10-16 15:37:25 -04:00
parent 222af1b528
commit 740ff90262
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -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,