Skip to content

Commit

Permalink
feat: button styling improvements (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed Sep 15, 2023
1 parent ffe9bc3 commit b2ebd12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/css/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@

/* magnifying glass */
.leaflet-control-geosearch a.leaflet-bar-part:before {
top: 15px;
left: 13px;
top: 17px;
left: 15px;
width: 6px;
border-top: 2px solid #555;
transform: rotateZ(45deg);
}

.leaflet-control-geosearch a.leaflet-bar-part:after {
top: 8px;
left: 8px;
top: 10px;
left: 10px;
height: 8px;
width: 8px;
border-radius: 50%;
Expand Down Expand Up @@ -74,7 +74,7 @@
display: none;
position: absolute;
top: 0;
left: 36px;
left: 30px;
border-radius: 0 4px 4px 0;
background-color: #fff;
background-clip: padding-box;
Expand All @@ -94,7 +94,7 @@

.leaflet-geosearch-button.active .leaflet-bar-part {
border-radius: 4px 0 0 4px;
width: 36px;
width: 30px;
}

.leaflet-geosearch-button form {
Expand Down

0 comments on commit b2ebd12

Please sign in to comment.