Match pan/zoom control style better
Thanks @ajashton
This commit is contained in:
parent
378d08f2c9
commit
cd28b8dac5
1 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,10 @@
|
||||||
*= require leaflet.pan
|
*= require leaflet.pan
|
||||||
*= require leaflet.zoom
|
*= 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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue