Merge pull request #3115 from snkashis/popup_text_color

provide a default popup text color of #333
This commit is contained in:
Vladimir Agafonkin 2015-01-07 01:40:02 +02:00
commit a06ea76d1a

2
dist/leaflet.css vendored
View File

@ -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 {