From 4b66e0fa83f56b9773db8945267bf9b29f5ed79a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 7 Oct 2024 11:57:37 +0200 Subject: [PATCH] chore: add border top to browser toolbox --- umap/static/umap/map.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index a7079a26..fe83d407 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -915,6 +915,10 @@ a.umap-control-caption, } .umap-browser .main-toolbox { padding-left: 4px; /* Align with toolbox below */ + border-top: 1px solid var(--color-mediumGray); + margin-top: var(--box-margin); + padding-top: 3px; + padding-bottom: 3px; } .umap-browser .main-toolbox i { cursor: pointer;