From 6c63cd709b6881327ad8cba856ea77e3107c1a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 22 Oct 2020 14:24:55 +0200 Subject: [PATCH] Popups: Remove grey headers --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index c695c4eb..6eb249e7 100644 --- a/style.css +++ b/style.css @@ -360,7 +360,6 @@ a:active { overflow: auto; } .leaflet-popup-content > .header { - background: #dfdfdf; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom: 1px solid #afafaf;