Add hidebydefault option for regions layers

This commit is contained in:
Mike Primm 2011-08-26 13:13:03 +08:00 committed by mikeprimm
parent 106e470898
commit c353d9aae6
3 changed files with 30 additions and 9 deletions

View file

@ -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;
}