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 {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
top: 9px;
|
||||
right: 9px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
padding: 1px;
|
||||
}
|
||||
.leaflet-popup-content p {
|
||||
margin: 18px 0;
|
||||
@ -110,6 +111,5 @@
|
||||
font: 12px/1.4 Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.leaflet-popup-close-button {
|
||||
border: 1px solid white;
|
||||
background: url(images/popup-close.png);
|
||||
background: white url(images/popup-close.png);
|
||||
}
|
Loading…
Reference in New Issue
Block a user