From ff9b462531fb6eb8812e37b0b81ede3c931fd580 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 27 Oct 2023 11:40:28 -0400 Subject: [PATCH] All left sidebar icons with white background --- umap/static/umap/base.css | 1 + umap/static/umap/map.css | 1 + 2 files changed, 2 insertions(+) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 6b928336..cdf007e5 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -178,6 +178,7 @@ input[type="submit"] { line-height: 32px; border: none; text-decoration: none; + background-color: white; } .dark .button, .dark [type="button"] { diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 42978a00..77e9d665 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -326,6 +326,7 @@ ul.photon-autocomplete { border: 1px solid #bbb; border-radius: 4px; box-shadow: none; + background-color: white; } .leaflet-measure-control a { background-position: 0 -72px;