diff --git a/dist/images/popup-close.png b/dist/images/popup-close.png index 3d481c51..c8faec5e 100644 Binary files a/dist/images/popup-close.png and b/dist/images/popup-close.png differ diff --git a/dist/leaflet.css b/dist/leaflet.css index 1638995f..63b9b400 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -81,10 +81,11 @@ } .leaflet-popup-close-button { position: absolute; - top: 10px; - right: 10px; - width: 10px; - height: 10px; + top: 9px; + right: 9px; + width: 8px; + height: 8px; + padding: 1px; } .leaflet-popup-content p { margin: 18px 0; @@ -110,6 +111,5 @@ font: 12px/1.4 Arial, Helvetica, sans-serif; } .leaflet-popup-close-button { - border: 1px solid white; - background: url(images/popup-close.png); + background: white url(images/popup-close.png); } \ No newline at end of file