From 78d0f13f9722541c4723da902c5fdfb142c36c61 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 29 Jun 2023 22:41:29 +0200 Subject: [PATCH] Change arrow box border --- umap/static/umap/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 62aa8c45..8ab5e394 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -102,7 +102,7 @@ a.umap-control-less { background-image: url('./img/search.gif'); } .umap-control-text { - border: 1px solid #444; + border: 1px solid #666; border-radius: 2px; background-color: #666; color: #f8f8f8;