Skip to content

Commit

Permalink
Merge branch 'IITC-CE:master' into explore
Browse files Browse the repository at this point in the history
  • Loading branch information
nexushoratio authored Dec 18, 2024
2 parents 9957d19 + c64ca0e commit 5452cbf
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 5452cbf

Please sign in to comment.