From b2ebd129e97963fc659440cf34ddf6f837c430b2 Mon Sep 17 00:00:00 2001 From: Tim Stibbs Date: Fri, 15 Sep 2023 12:38:53 +0100 Subject: [PATCH] feat: button styling improvements (#374) --- assets/css/leaflet.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/leaflet.css b/assets/css/leaflet.css index 2abff9d05..e62a3f015 100644 --- a/assets/css/leaflet.css +++ b/assets/css/leaflet.css @@ -20,16 +20,16 @@ /* magnifying glass */ .leaflet-control-geosearch a.leaflet-bar-part:before { - top: 15px; - left: 13px; + top: 17px; + left: 15px; width: 6px; border-top: 2px solid #555; transform: rotateZ(45deg); } .leaflet-control-geosearch a.leaflet-bar-part:after { - top: 8px; - left: 8px; + top: 10px; + left: 10px; height: 8px; width: 8px; border-radius: 50%; @@ -74,7 +74,7 @@ display: none; position: absolute; top: 0; - left: 36px; + left: 30px; border-radius: 0 4px 4px 0; background-color: #fff; background-clip: padding-box; @@ -94,7 +94,7 @@ .leaflet-geosearch-button.active .leaflet-bar-part { border-radius: 4px 0 0 4px; - width: 36px; + width: 30px; } .leaflet-geosearch-button form {