Compare commits

...

2 commits

Author SHA1 Message Date
David Larlet
5edc4f536c
Merge c08abce252 into dd5add96b4 2025-03-14 15:30:15 +01:00
David Larlet
c08abce252 Make visible titles from the control bar on hover 2023-05-01 14:52:29 -04:00

View file

@ -180,6 +180,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;