change font color in window

576
1
Jump to solution
07-01-2014 01:42 PM
jaykapalczynski
Frequent Contributor
I am banging my head against the wall....
I cannot find out where to change the color of the Text thats in the window that pops up over the map when you select the Polygon or freehand polygon button in this example...

The text in my app is set to White and as such I cannot see it.  Can I specifiy in this tool to make the text black?

http://developers.arcgis.com/javascript/samples/gp_clipasync/
0 Kudos
1 Solution

Accepted Solutions
TimWitt
Frequent Contributor
Jay,

add this to your style:

      div.tooltip {   color: #FF0000; }


Tim

View solution in original post

0 Kudos
1 Reply
TimWitt
Frequent Contributor
Jay,

add this to your style:

      div.tooltip {   color: #FF0000; }


Tim
0 Kudos