mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
Fixed zoomin/out icons again.
This commit is contained in:
parent
0abc944c6e
commit
bea269e8df
@ -11,6 +11,17 @@
|
||||
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user