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

[Solved] Outlook skin - remove blue background mouseover

1 Answer 156 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kevin Schneider
Top achievements
Rank 1
Kevin Schneider asked on 13 May 2008, 06:29 PM
Hi,

I'm looking to remove the blue background change that occurs when mousing over a day in the outlook style.  I just want the cells to retain their original color.

I see that when my mouse enters the cell it applies "rsAptCreate" which sets the background to blue.  I've tried overriding this style and making the background color transparent but unfortunately the original color is lost and the cells turn white instead of staying their original shade.

I could just set the style to a set background color instead of transparent but I want to retain the darker colour for weekends, etc.

Thanks for your help.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 15 May 2008, 02:41 PM
Hi Kevin Schneider,

You could achieve your goal by editing the Office2007 skin file and using it instead of the embedded skin. In order to do this, please follow the instructions in this guide.

You need to remove the following rule from the skin definition:

.RadScheduler_Outlook .rsContentTable .rsRow .rsAptCreate, 
.RadScheduler_Outlook .rsAllDayRow .rsAptCreate 
    background:#2e6ac2
    color#fff
    border-bottom-color#003aa2

If you have further questions, please feel free to contact me again.

All the best,
Simon
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Kevin Schneider
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or