mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
Merge c08abce252
into a3a520dec4
This commit is contained in:
commit
c921b17dcd
1 changed files with 11 additions and 0 deletions
|
@ -174,6 +174,17 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
|
||||||
.edit-enable [type="button"]:hover {
|
.edit-enable [type="button"]:hover {
|
||||||
background-color: #4d5759;
|
background-color: #4d5759;
|
||||||
}
|
}
|
||||||
|
.leaflet-control-toolbar .leaflet-toolbar-icon.dark:hover::before,
|
||||||
|
.leaflet-control-edit-enable a:hover::before {
|
||||||
|
content: attr(title);
|
||||||
|
background: #4d5759;
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: -222px;
|
||||||
|
min-width: 170px;
|
||||||
|
padding: .4rem;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.umap-permanent-credits-container {
|
.umap-permanent-credits-container {
|
||||||
max-width: 20rem;
|
max-width: 20rem;
|
||||||
margin-inline-start: 5px!important;
|
margin-inline-start: 5px!important;
|
||||||
|
|
Loading…
Reference in a new issue