From 80a88d2c6ffbff387dcdfb6b53917ec3a688667c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 27 Oct 2023 18:58:41 +0200 Subject: [PATCH] Change save button display --- umap/static/umap/img/16-white.svg | 6 ++++-- umap/static/umap/img/source/16-white.svg | 8 +++++--- umap/static/umap/map.css | 6 ++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/umap/static/umap/img/16-white.svg b/umap/static/umap/img/16-white.svg index 2d484d8a..83868b28 100644 --- a/umap/static/umap/img/16-white.svg +++ b/umap/static/umap/img/16-white.svg @@ -142,8 +142,10 @@ - - + + + + diff --git a/umap/static/umap/img/source/16-white.svg b/umap/static/umap/img/source/16-white.svg index 269d82e4..b323aad9 100644 --- a/umap/static/umap/img/source/16-white.svg +++ b/umap/static/umap/img/source/16-white.svg @@ -7,7 +7,7 @@ - + @@ -162,8 +162,10 @@ - - + + + + diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 8661922a..4e1a7fe2 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -473,15 +473,13 @@ ul.photon-autocomplete { .leaflet-container .leaflet-control-edit-save { opacity: 0.5; cursor: not-allowed; - background-color: #215d9c; + border: 1px solid #42ece6; + color: #42ece6; } .umap-is-dirty .leaflet-control-edit-save { 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,