mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
chore: add border top to browser toolbox
This commit is contained in:
parent
36afe0ead5
commit
4b66e0fa83
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue