Fixed zoomin/out icons again.
This commit is contained in:
parent
8ce73f51a6
commit
dfafae1f53
1 changed files with 11 additions and 0 deletions
|
|
@ -11,6 +11,17 @@
|
||||||
margin-right: 20px !important;
|
margin-right: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*******************
|
||||||
|
* Leaflet overrides
|
||||||
|
*/
|
||||||
|
.leaflet-control-zoom-in {
|
||||||
|
background-image: url(../images/zoom-in.png) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-control-zoom-out {
|
||||||
|
background-image: url(../images/zoom-out.png);
|
||||||
|
}
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* Page setup
|
* Page setup
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue