From 740ff90262fcc81a36ab621e425b52da29df3be9 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Mon, 16 Oct 2023 15:37:25 -0400 Subject: [PATCH] Keep save button in blue on hover --- umap/static/umap/map.css | 3 +++ 1 file changed, 3 insertions(+) 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,