From 0a154daa6fcaafcbb9d63074eca85e4d6ee6deed Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 8 Apr 2025 12:14:22 +0200 Subject: [PATCH] fix: fix result tools buttons background color --- umap/static/umap/map.css | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 71a5e83e..75019dad 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -321,6 +321,7 @@ ul.photon-autocomplete { } .search-result-tools button { padding: 8px; + background-color: var(--background-color); } .umap-edit-enabled .photon-autocomplete li.on .search-result-tools { display: flex;