Match pan/zoom control style better

Thanks @ajashton
This commit is contained in:
John Firebaugh 2012-10-26 12:31:18 -07:00
parent 378d08f2c9
commit cd28b8dac5

View file

@ -4,3 +4,10 @@
*= require leaflet.pan
*= require leaflet.zoom
*/
/* Override to better match the pan/zoom control. */
.leaflet-control-layers {
box-shadow: 0px 0px 3px #666;
background: #fff;
border-radius: 3px;
}