How to change popup window background color
Posted: 26 Feb 2014, 14:30
Hi,
I need to change some colors in the pop up window above the marker, the one displaying info like GPS. Found in the source code of the page , with firebug, that's in relation with the css:
element.style {
background-color: #FFFFFF;
border-radius: 2px;
height: 221px;
left: 1px;
position: absolute;
top: 1px;
width: 172px;
}
In which file is this information, didn't see anything in relation with through the phocamaps files ?
Any help welcome,
cheers,
L
I need to change some colors in the pop up window above the marker, the one displaying info like GPS. Found in the source code of the page , with firebug, that's in relation with the css:
element.style {
background-color: #FFFFFF;
border-radius: 2px;
height: 221px;
left: 1px;
position: absolute;
top: 1px;
width: 172px;
}
In which file is this information, didn't see anything in relation with through the phocamaps files ?
Any help welcome,
cheers,
L