🎨 Update Leaflet control styles for consistent theme

- Applied dark theme to `zoom-in` and `zoom-out` controls to align with existing popup styling.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-23 22:15:06 +01:00
parent e7b7a46911
commit d65f9ee924

View File

@@ -66,7 +66,15 @@ select:focus[data-flux-control] {
} */ } */
.leaflet-popup-content-wrapper { .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 { .leaflet-container a {