Skip to content

Commit d12be7d

Browse files
committed
Better adaption to Leaflet 0.7's touch styling
1 parent 5190e70 commit d12be7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Control.Geocoder.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77

88
.leaflet-touch .leaflet-control-geocoder {
99
box-shadow: none;
10-
border: 4px solid rgba(0,0,0,0.2);
10+
border: 2px solid rgba(0,0,0,0.2);
1111
background-clip: padding-box;
12-
-webkit-border-radius: 10px;
13-
border-radius: 10px;
1412
line-height: 30px;
1513
}
1614

0 commit comments

Comments
 (0)