I am using the example for the measure widget Measurement | ArcGIS API for JavaScript
I am taking it out of the Title pane and setting the color to white. ALTHOUGH the text on the drop down that denotes (Acres, Sq Ft etc) stays BLACK
How can I change that drop down text to WHITE
Thoughts?
<div id="measurementDiv"></div>
<span style="font-size:smaller;padding:5px 5px;">Press <b>CTRL</b> to enable snapping.</span>
#measurementDiv{
color: white;
}
