This is a migrated thread and some comments may be shown as answers.

Overriding skin hover colour

1 Answer 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 29 Aug 2008, 12:06 PM
Hi,

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

Sort by
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  
    {  
        backgroundgray !important;  
    } 


Cheers,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Steve
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or