CSS for Text Input Widget
What are the CSS scripts for the "Text Input" Widget.
I have the label position set to 'Stacked Label' and I am trying to change the colour of the label text color and text color.
At the moment I am using:
.dataLabel {
background-color : #346596;
font-weight : bold;
color : #FFF;
}
The background color and font weight works fine, but the color (font color) does not work.
Is there anything specific I am mising?
Thanks

