chore: add border top to browser toolbox

This commit is contained in:
Yohan Boniface 2024-10-07 11:57:37 +02:00
parent 36afe0ead5
commit 4b66e0fa83

View file

@ -915,6 +915,10 @@ a.umap-control-caption,
} }
.umap-browser .main-toolbox { .umap-browser .main-toolbox {
padding-left: 4px; /* Align with toolbox below */ 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 { .umap-browser .main-toolbox i {
cursor: pointer; cursor: pointer;