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;