Fixed image of popup close button.
This commit is contained in:
parent
333181a686
commit
cddb9fabe7
1 changed files with 9 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue