From b0b2070b3943abed46748b423c5ccbbf9ab7b1c0 Mon Sep 17 00:00:00 2001 From: "Dominik J. Otto" Date: Sat, 13 Jun 2015 17:59:14 +0200 Subject: [PATCH] No Border on a.leaflet-popup-close-button Removes any borders on the close button of popups if they where set for links in another css-stylesheet of the page. --- dist/leaflet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/leaflet.css b/dist/leaflet.css index 929345dd..544d02bf 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -458,6 +458,7 @@ top: 0; right: 0; padding: 4px 4px 0 0; + border: none; text-align: center; width: 18px; height: 14px;