force leaflet popup msg color to black on mobile (fix for #548)
This commit is contained in:
parent
1efefe4de5
commit
8105f172af
@ -190,3 +190,11 @@ body {
|
||||
top: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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user