diff --git a/index.html b/index.html index de4cb6b..74d69fd 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ Abstandslinien - Eigentümerzustimmung + Eigentümerzustimmung Flurstücke (Umriss) diff --git a/style.css b/style.css index 339e9fc..604b0b0 100644 --- a/style.css +++ b/style.css @@ -462,6 +462,21 @@ body { padding: 10px !important; } +.leaflet-control-layers-toggle { + background-image: url('data:image/svg+xml;utf8,') !important; + background-size: 24px 24px !important; + background-position: center !important; + background-repeat: no-repeat !important; + background-color: transparent !important; + width: 36px !important; + height: 36px !important; + border: none !important; +} + +.leaflet-control-layers-toggle:hover { + opacity: 0.8; +} + /* Proximity Tooltips - Compact & Integrated */ .proximity-tooltip { background: rgba(255, 136, 0, 0.8) !important;