Thanks for reading. I've got a Rad Scheduler displaying in Time Line view using the Web20 skin. This highlights the hovered over cell in green. How can I disable the changing of the colour?
Thanks in advance,
Steve
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 01 Sep 2008, 10:45 AM
Hello Steve,
You can override the style for the hovered state in time line view using the following css selector:
.rsTimelineTable .rsAllDayCell:hover
{
background: gray !important;
}
Cheers,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.