mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-19 21:32:33 +01:00
Fixed image of popup close button.
This commit is contained in:
parent
fea152a914
commit
05f09f7bb4
@ -22,6 +22,14 @@
|
|||||||
background-image: url(../images/zoom-out.png);
|
background-image: url(../images/zoom-out.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.leaflet-control-layers a {
|
||||||
|
background-image: url(../images/layers.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-popup-close-button {
|
||||||
|
background: white url(../images/popup-close.png);
|
||||||
|
}
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* Page setup
|
* Page setup
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user