force leaflet popup msg color to black on mobile (fix for #548)

This commit is contained in:
Philipp Schaefer 2013-09-12 17:14:17 +02:00
parent 1efefe4de5
commit 8105f172af

View File

@ -190,3 +190,11 @@ body {
top:0px !important; top:0px !important;
left:0px !important; left:0px !important;
} }
/*
* for some reason leaflet popups on mobile are colored white on white
* so force the popup msg color to black
*/
.leaflet-popup-content{
color:black;
}