Skip to content

Commit

Permalink
Merge pull request #790 from modos189/fix/zoom-controls
Browse files Browse the repository at this point in the history
Fix zoom controls
  • Loading branch information
modos189 authored Dec 18, 2024
2 parents 86900f9 + da92cdf commit c64ca0e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions core/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,23 @@ td + td {
box-shadow: none;
}

.leaflet-bar a {
text-decoration: none;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
background-size: 18px;
font-size: 0 !important;
}

.leaflet-control-zoom-in {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9 3v12M3 9h12' stroke='black' stroke-width='2.2' fill='none'/%3E%3C/svg%3E");
}

.leaflet-control-zoom-out {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3.5 9h11' stroke='black' stroke-width='2.2' fill='none'/%3E%3C/svg%3E");
}


.portal_details th, .portal_details td {
vertical-align: top;
Expand Down

0 comments on commit c64ca0e

Please sign in to comment.