How can I change the selected date text-color in a Datechooser?
I'm trying to change the selected date text-color.
<fx:Style>
.dateChooser{
selection-color:#00000开发者_StackOverflow0;
}
</fx:Style>`
I changed my selected date (FEB 23) selection-color to black, but I also need to change the text-color, let's say to white.
Any ideas?
You can checkout the colorful datechooser here .
This article talks specifically about the DateField
control, but you can probably use it for the DateChooser
as well.
http://blog.flexexamples.com/2007/12/19/customizing-the-current-date-in-the-flex-datefield-control/
精彩评论