diff --git a/dist/leaflet.css b/dist/leaflet.css index 59837d5d..2410992d 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -197,7 +197,7 @@ } .leaflet-bar a { background-color: #fff; - border-bottom: 1px solid rgba(0,0,0,0.2); + border-bottom: 1px solid #ccc; width: 26px; height: 26px; line-height: 26px; diff --git a/dist/leaflet.ie.css b/dist/leaflet.ie.css index b59c8144..14b84b69 100644 --- a/dist/leaflet.ie.css +++ b/dist/leaflet.ie.css @@ -35,12 +35,6 @@ .leaflet-control-layers { border: 3px solid #999; } -.leaflet-control-zoom a { - background-color: #eee; - } -.leaflet-control-zoom a:hover { - background-color: #fff; - } .leaflet-control-layers-toggle { } .leaflet-control-attribution,