update close button
This commit is contained in:
parent
5b6a98acee
commit
d15dc94a0b
BIN
dist/images/popup-close.png
vendored
BIN
dist/images/popup-close.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
12
dist/leaflet.css
vendored
12
dist/leaflet.css
vendored
@ -81,10 +81,11 @@
|
|||||||
}
|
}
|
||||||
.leaflet-popup-close-button {
|
.leaflet-popup-close-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 9px;
|
||||||
right: 10px;
|
right: 9px;
|
||||||
width: 10px;
|
width: 8px;
|
||||||
height: 10px;
|
height: 8px;
|
||||||
|
padding: 1px;
|
||||||
}
|
}
|
||||||
.leaflet-popup-content p {
|
.leaflet-popup-content p {
|
||||||
margin: 18px 0;
|
margin: 18px 0;
|
||||||
@ -110,6 +111,5 @@
|
|||||||
font: 12px/1.4 Arial, Helvetica, sans-serif;
|
font: 12px/1.4 Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.leaflet-popup-close-button {
|
.leaflet-popup-close-button {
|
||||||
border: 1px solid white;
|
background: white url(images/popup-close.png);
|
||||||
background: url(images/popup-close.png);
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user