Make visible titles from the control bar on hover

This commit is contained in:
David Larlet 2023-05-01 14:52:29 -04:00
parent 5e3a92d173
commit c08abce252

View file

@ -117,6 +117,17 @@ a.umap-control-text {
.leaflet-control-edit-enable a: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-left: 5px!important;