Styling Date Picker

Project:formsPlayer
Version:1.5.3
Component:User interface
Category:feature
Priority:critical
Assigned:Unassigned
Status:active
Description

I have not figured out a way to style the date picker. For all of the other fields, if they are required I am changing the background color.
However, I can't do this with the date field. Please let me know how to use css to do this.

I have tried:

.pc-required .date-value
{
background-color: red;
}

it works for other input types:

.pc-required .input-value
{
background-color: red;
}

see my earlier forum posting: http://www.formsplayer.com/node/643

Updates

#1 submitted by Mark Birbeck on Tue, 2007-06-12 11:44
Component:Miscellaneous» User interface
Category:bug reports» feature requests

It's not possible to do this at the moment, but a much more flexible date component will be available shortly.