Possible Duplicate:
Kendo ui picker css issue
I want to change the background colour of the selected state in kendo ui date picker. I have written the code like
k.datepicker .k-state-selected
{
background-color: blue;
}
but the colour is not changing. How can i do that
Regards,
sri
Use:
instead