Merge pull request #3115 from snkashis/popup_text_color
provide a default popup text color of #333
This commit is contained in:
commit
a06ea76d1a
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -440,7 +440,7 @@
|
|||||||
.leaflet-popup-content-wrapper,
|
.leaflet-popup-content-wrapper,
|
||||||
.leaflet-popup-tip {
|
.leaflet-popup-tip {
|
||||||
background: white;
|
background: white;
|
||||||
|
color: #333;
|
||||||
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
|
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
.leaflet-container a.leaflet-popup-close-button {
|
.leaflet-container a.leaflet-popup-close-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user