From 4250712741decb07fe8c68ca42006cc493dc3133 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 27 Oct 2023 13:40:44 -0400 Subject: [PATCH] More consistent color for close button in alert --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 145def77..e92d39fd 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -843,7 +843,7 @@ input:invalid { width: 100px; line-height: 1; margin: .5rem; - background-color: #666; + background-color: #202425; font-size: .7rem; } #umap-alert-container .umap-close-icon {