How can I change the appearance and/or colour of the DateField/DateChooser header?

The default background of the DateChooser class is a gradient of gray and white. I can't find a way to change that using styles. I have a CSS statement for my DateChooser, with a value of put headerStyleName. It works very well to set the color and the size of the font in the header, but I can't seem to set the fillColors, backgroundColor or...

For the header, use:

DateChooser {}
headerColors: #cc3399, #ff6600;
}

For the main part of the calendar, use:

backgroundColor: #993399;

For the record, I love this app:
http://examples.Adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html

Matt Horn
Flex docs

Tags: Flex

Similar Questions

Maybe you are looking for