From d65f9ee9244ee10b455d85145fff1520c7aac617 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sun, 23 Nov 2025 22:15:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20Leaflet=20control=20sty?= =?UTF-8?q?les=20for=20consistent=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Applied dark theme to `zoom-in` and `zoom-out` controls to align with existing popup styling. --- resources/css/app.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index fbcdce1..5a35bee 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -66,7 +66,15 @@ select:focus[data-flux-control] { } */ .leaflet-popup-content-wrapper { - background-color: #404040!important; + background-color: #404040 !important; +} + +.leaflet-control-zoom-in { + background-color: #404040 !important; +} + +.leaflet-control-zoom-out { + background-color: #404040 !important; } .leaflet-container a {