diff --git a/dist/leaflet.css b/dist/leaflet.css index a0364a82..162cd470 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -350,7 +350,6 @@ .leaflet-container .leaflet-control-attribution { background: #fff; background: rgba(255, 255, 255, 0.7); - box-shadow: 0 0 5px #bbb; margin: 0; } .leaflet-control-attribution, @@ -382,14 +381,12 @@ color: black; background: #fff; background: rgba(255, 255, 255, 0.5); - box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2); text-shadow: 1px 1px 1px #fff; } .leaflet-control-scale-line:not(:first-child) { border-top: 2px solid #777; border-bottom: none; margin-top: -2px; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .leaflet-control-scale-line:not(:first-child):not(:last-child) { border-bottom: 2px solid #777;