mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +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);
|
||||
}
|
||||
|
||||
.leaflet-control-layers a {
|
||||
background-image: url(../images/layers.png);
|
||||
}
|
||||
|
||||
.leaflet-popup-close-button {
|
||||
background: white url(../images/popup-close.png);
|
||||
}
|
||||
|
||||
/*******************
|
||||
* Page setup
|
||||
*/
|
||||
@ -727,4 +735,4 @@
|
||||
|
||||
.balloonmessage {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user