0

I'm trying to change the selected date text-color.

<fx:Style>

.dateChooser{
            selection-color:#000000;
        }

</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?

user454530
  • 101
  • 7

2 Answers2

0

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/

Jason Towne
  • 8,014
  • 5
  • 54
  • 69
0

You can checkout the colorful datechooser here .

kbgn
  • 856
  • 1
  • 7
  • 16