diff --git a/dist/leaflet.css b/dist/leaflet.css index 32ea2246..b431da47 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -546,7 +546,7 @@ padding: 6px; background-color: #fff; border: 1px solid #fff; - border-radius: 2px; + border-radius: 3px; color: #222; white-space: nowrap; -webkit-user-select: none; @@ -554,6 +554,7 @@ -ms-user-select: none; user-select: none; pointer-events: none; + box-shadow: 0 1px 3px rgba(0,0,0,0.4); } .leaflet-tooltip.leaflet-clickable { cursor: pointer;