Hello,
I am looking to style the Infowindow (?) that displays when the map zooms to the result of the geocoder in the HeaderController. I am not sure if this is considered an infowindow or a popup but so far my styling attempt to both in the default.css file have not worked. Specifically, I would like the make the background of the window white. I have set the style for the application in the main config file, and the header looks correct with the color blue. But I don't want this blue set to the background of the infowindow--how can I override this?
Thanks in advance for any information!
David
Attachment 26968
PS this is the code I used to make a change that didnt take--I got it from the InfoWindow mouse-over sample.
I am looking to style the Infowindow (?) that displays when the map zooms to the result of the geocoder in the HeaderController. I am not sure if this is considered an infowindow or a popup but so far my styling attempt to both in the default.css file have not worked. Specifically, I would like the make the background of the window white. I have set the style for the application in the main config file, and the header looks correct with the color blue. But I don't want this blue set to the background of the infowindow--how can I override this?
Thanks in advance for any information!
David
Attachment 26968
PS this is the code I used to make a change that didnt take--I got it from the InfoWindow mouse-over sample.
Code:
esri|InfoWindow
{
content-background-alpha : 0;
background-color : #DED7B7;
background-alpha : 0.9;
border-style : solid;
}