From 1d85ee5167e445862ed6f67f70fc2bc93f816161 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 28 Dec 2023 11:51:04 +0100 Subject: [PATCH] Add a small box-shadow to tilelayer preview In some situation, the preview is very close to the background, so it's not visible enough. fix #1485 --- 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 ccd5ed48..043f080e 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -164,7 +164,7 @@ .leaflet-iconLayers-layer { width: 38px; height: 38px; - box-shadow: none; + box-shadow: 0px 0px 2px #444; border: 1px solid #bbb; border-radius: 4px; }