mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
36 lines
665 B
CSS
36 lines
665 B
CSS
.leaflet-control-layers-toggle.leaflet-layerstree-named-toggle {
|
|
margin: 2px 5px;
|
|
width: auto;
|
|
height: auto;
|
|
background-image: none;
|
|
}
|
|
|
|
.leaflet-layerstree-header input {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.leaflet-layerstree-header label {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.leaflet-layerstree-header-pointer,
|
|
.leaflet-layerstree-expand-collapse {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.leaflet-layerstree-children {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.leaflet-layerstree-children-nopad {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.leaflet-layerstree-hide,
|
|
.leaflet-layerstree-nevershow {
|
|
display: none;
|
|
}
|
|
.leaflet-control-layers label {
|
|
line-height: 1.5rem!important;
|
|
}
|