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;