Fixed image of popup close button.

This commit is contained in:
FrozenCow 2011-07-31 22:24:28 +02:00
parent fea152a914
commit 05f09f7bb4

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