mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-20 14:34:38 +00:00
improve close button styling
This commit is contained in:
13
dist/leaflet.css
vendored
13
dist/leaflet.css
vendored
@ -307,13 +307,14 @@
|
|||||||
}
|
}
|
||||||
.leaflet-container a.leaflet-popup-close-button {
|
.leaflet-container a.leaflet-popup-close-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
top: 0;
|
||||||
right: 3px;
|
right: 0;
|
||||||
|
padding: 4px 5px 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 24px;
|
width: 18px;
|
||||||
height: 24px;
|
height: 14px;
|
||||||
font: 16px/24px Tahoma, Verdana, sans-serif;
|
font: 16px/14px Tahoma, Verdana, sans-serif;
|
||||||
color: #ccc;
|
color: #c3c3c3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user