Select to view content in your preferred language

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

806
1
Jump to solution
08-26-2013 05:49 AM
DavidBoiano
Deactivated User
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


[ATTACH=CONFIG]26968[/ATTACH]
PS this is the code I used to make a change that didnt take--I got it from the InfoWindow mouse-over sample.
esri|InfoWindow {  content-background-alpha : 0;  background-color : #DED7B7;  background-alpha : 0.9;  border-style : solid; }
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DavidBoiano
Deactivated User
FYI my solution to this was to explicity set the color I wanted in the header by hard coding it in the Header Controller widget (at line 430) and then changing the style background color in the main config file.  This was the best I could come up with.  Im still not sure if it is considered an InfoWindow or a Popup.

View solution in original post

0 Kudos
1 Reply
DavidBoiano
Deactivated User
FYI my solution to this was to explicity set the color I wanted in the header by hard coding it in the Header Controller widget (at line 430) and then changing the style background color in the main config file.  This was the best I could come up with.  Im still not sure if it is considered an InfoWindow or a Popup.
0 Kudos