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

MetroTouch color

2 Answers 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Lorenzo Margola
Top achievements
Rank 1
Lorenzo Margola asked on 29 Nov 2012, 08:27 PM
Hi
usign MetroTouch skin the scheduler header becomes black instead of blue.
Is there a easy way to fix this?

Best Regards

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Nov 2012, 07:27 AM
Hi,

Try overriding the default CSS as shown below.
CSS:
.RadScheduler_MetroTouch .rsHeader
{
        background-color: #25A0DA !important;
        border: 1px solid #25A0DA !important;
 }

Thanks,
Princy.
0
Lorenzo Margola
Top achievements
Rank 1
answered on 30 Nov 2012, 03:32 PM
It works perfectly.
 
Thanks
Tags
Scheduler
Asked by
Lorenzo Margola
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Lorenzo Margola
Top achievements
Rank 1
Share this question
or