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

Trying to change hover bgcolor

3 Answers 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 24 Jun 2009, 06:48 PM
I have been able to change all colors on an implementation of radscheduler except one.  I can't change the secondary hover color that shows up on day and week view underneath the main hover color.  Any tips?

http://www.greencroft.org/news/events/

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Jun 2009, 09:13 AM
Hello Matt,

I assume you have followed the Modifying built-in skins help topic. To change the hover state of the view tabs, you need to edit the rsSprites.png image of the respective skin that you use. I have attached a screenshot of the Default skin's sprite showing which part of it is responsible for the view tabs hover state. The sprite can be found at:

[you local installation of RadControls]\Skins\[MySkin]\Scheduler -> rsSprites.png



Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Matt
Top achievements
Rank 1
answered on 25 Jun 2009, 01:52 PM
Thanks for that tip.  I think it may be a little beyond what I'm trying to do.  I just want to put a background-color on that lower hover highlight.

Right now I'm using the following code for the main hover:
.rsContentTable .rsRow .rsAptCreate:hover { background#e5863f; } 
.rsContentTable .rsAptCreate:hover { background#e5863f; } 
.rsAllDayRow .rsAptCreate:hover { background#e5863f; } 

Month view works perfectly and the main hover in week and day view work great.  Just need that secondary hover to show up correctly.
0
Peter
Telerik team
answered on 25 Jun 2009, 03:47 PM

Apparantly, I have misunderstood your question. Now that I tried the css styles you have used, it all became clear what the problem is. Please, try using just rsAptCreate (you should not use the pseude "hover" selector):

.rsAptCreate { background: #e5863f !important; }



Greetings,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Matt
Top achievements
Rank 1
Answers by
Peter
Telerik team
Matt
Top achievements
Rank 1
Share this question
or