Add hidebydefault option for regions layers

This commit is contained in:
Mike Primm 2011-08-26 00:13:03 -05:00
parent c6cccf6899
commit aee7ea2d49
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;
}