mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
🎨 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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user