简体   繁体   中英

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:#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?

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/

您可以在此处签出色彩斑date的日期选择器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM