Add hidebydefault option for regions layers
This commit is contained in:
parent
c6cccf6899
commit
aee7ea2d49
3 changed files with 30 additions and 9 deletions
|
|
@ -35,6 +35,14 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.leaflet-control-layers {
|
||||
background-color: #bbb;
|
||||
}
|
||||
|
||||
.leaflet-control-layers:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom-in {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue