diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 0dbf44a8..235fe2d6 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -478,6 +478,9 @@ ul.photon-autocomplete { opacity: 1; cursor: pointer; } +.umap-is-dirty .leaflet-control-edit-save:hover { + background-color: #215d9c; +} .leaflet-container .leaflet-control-edit-save, .leaflet-container .leaflet-control-edit-cancel, .leaflet-container .leaflet-control-edit-disable,