This commit is contained in:
David Larlet 2025-04-27 19:52:50 +02:00 committed by GitHub
commit c921b17dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,6 +174,17 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
.edit-enable [type="button"]:hover {
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 {
max-width: 20rem;
margin-inline-start: 5px!important;