Skip to content

Commit

Permalink
Better adaption to Leaflet 0.7's touch styling
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman committed Mar 9, 2014
1 parent 5190e70 commit d12be7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Control.Geocoder.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@

.leaflet-touch .leaflet-control-geocoder {
box-shadow: none;
border: 4px solid rgba(0,0,0,0.2);
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
-webkit-border-radius: 10px;
border-radius: 10px;
line-height: 30px;
}

Expand Down

0 comments on commit d12be7d

Please sign in to comment.