style: custom layers control icon; fix: disable ALKIS by default
Deploy Standortplaner / deploy (push) Successful in 17s
Details
Deploy Standortplaner / deploy (push) Successful in 17s
Details
This commit is contained in:
parent
2c6eac1c99
commit
b08bdf8bac
|
|
@ -49,7 +49,7 @@
|
||||||
<input type="checkbox" id="checkShowProximity" checked> Abstandslinien
|
<input type="checkbox" id="checkShowProximity" checked> Abstandslinien
|
||||||
</label>
|
</label>
|
||||||
<label style="cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-dim);">
|
<label style="cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-dim);">
|
||||||
<input type="checkbox" id="checkShowOwners" checked> Eigentümerzustimmung
|
<input type="checkbox" id="checkShowOwners"> Eigentümerzustimmung
|
||||||
</label>
|
</label>
|
||||||
<label style="cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-dim);">
|
<label style="cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-dim);">
|
||||||
<input type="checkbox" id="checkShowOwnersOutline"> Flurstücke (Umriss)
|
<input type="checkbox" id="checkShowOwnersOutline"> Flurstücke (Umriss)
|
||||||
|
|
|
||||||
15
style.css
15
style.css
|
|
@ -462,6 +462,21 @@ body {
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.leaflet-control-layers-toggle {
|
||||||
|
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M11.99 2L2 6.5l9.99 4.5L22 6.5 11.99 2zm0 13l-9.99-4.5-2 1 11.99 5.5L24 11.5l-2-1-9.99 4.5zm0 4.5l-9.99-4.5-2 1 11.99 5.5L24 16.5l-2-1-9.99 4.5z"/></svg>') !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 Tooltips - Compact & Integrated */
|
||||||
.proximity-tooltip {
|
.proximity-tooltip {
|
||||||
background: rgba(255, 136, 0, 0.8) !important;
|
background: rgba(255, 136, 0, 0.8) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue