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

How to change the hovered cell color

3 Answers 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 08 Dec 2008, 11:03 PM
Hi all.

I have a question regarding the usage of skins. I have a scheduler and currently using the WebBlue skin, however, I need to make the hovered cell (in any view of the scheduler) darker. I'm unable to find the correct CSS class to modify so can anybody help me with this?

Thanks.
Jose Guay

3 Answers, 1 is accepted

Sort by
0
Chad Canterbury
Top achievements
Rank 1
answered on 09 Dec 2008, 09:54 PM
This is using a custom skin, but...

 

.RadScheduler_MySkin .rsContentTable .rsRow td:hover  /*DAY CELL*/ 
{  
background-color:#00264C;  
color:White;  
}  
 

 

 

 

0
Jose
Top achievements
Rank 2
answered on 09 Dec 2008, 10:31 PM
Thank you for your help Tony. Unfortunately I'm unable to test your suggestion today, however i wanted to ask you about the other views (week, month, timeline, multi-day), any hint on those?

Thanks a lot!!
Jose Guay
0
Kamen Bundev
Telerik team
answered on 10 Dec 2008, 09:56 AM
Hi Jose,

These two classes take care of the cells hover:

.RadScheduler_WebBlue .rsAptCreate, 
.RadScheduler_WebBlue .rsTopWrap .rsMonthView .rsAptCreate 
    background#fff8d3

Let me know whether this solution helps.

Greetings,
Kamen Bundev, Team 3
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Jose
Top achievements
Rank 2
Answers by
Chad Canterbury
Top achievements
Rank 1
Jose
Top achievements
Rank 2
Kamen Bundev
Telerik team
Share this question
or