Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Zoom to Geocoder result--Infowindow? And how to style?

$
0
0
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.
Code:

esri|InfoWindow
{
        content-background-alpha : 0;
        background-color : #DED7B7;
        background-alpha : 0.9;
        border-style : solid;
}

Attached Thumbnails
Click image for larger version

Name:	infowindow_question.png‎
Views:	N/A
Size:	179.6 KB
ID:	26968  

Viewing all articles
Browse latest Browse all 2097

Trending Articles