Fixed image of popup close button.

This commit is contained in:
FrozenCow 2011-07-31 22:24:28 +02:00
parent 333181a686
commit cddb9fabe7

View file

@ -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;
}
}