You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by shetc <sh...@bellsouth.net> on 2010/04/28 20:58:39 UTC

RE: DatePicker css

Stefan -- please show me what the trick was. Thanks, Steve
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/DatePicker-css-tp1844715p2073801.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DatePicker css

Posted by Mauro Ciancio <ma...@gmail.com>.
Hello,

On Wed, Apr 28, 2010 at 3:58 PM, shetc <sh...@bellsouth.net> wrote:
> Stefan -- please show me what the trick was. Thanks, Steve

I came across with this thread and saved me hours!

I wanted to change the background for the month/year selector.
Using this snippet worked great:

.yui-skin-sam .yui-calendar .calheader {
   background-color : white !important;
}

Regards.
-- 
Mauro Ciancio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org