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

Change color of Navigation Calendar and Formatted Date?

3 Answers 171 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
AceRoute Dev
Top achievements
Rank 1
AceRoute Dev asked on 29 Jan 2014, 10:36 PM
How do I change/override font color of Calendar icon and formattedDate in the top navigation bar?

3 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 31 Jan 2014, 03:08 PM
Hi,

Currently modifying the default toolbar of the Scheduler is not supported out of the box and it will require custom solution. For example you can replace the build-in toolbar template using JavaScript or using custom CSS rules which to override the default ones.

Also I would suggest to share your idea at KendoUI UserVoice to allow other users vote for it. Most voted ideas are included in next KendoUI releases.

Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
AceRoute Dev
Top achievements
Rank 1
answered on 31 Jan 2014, 08:08 PM
Hi Vladimir - Thanks for the advise.

I used following CSS to change background of toolbar and date text color but I am not able to change color of .k-i-calendar icon. Can you please guide me on how to do it?

.k-scheduler .k-header,
.k-scheduler .k-nav-current .k-link,
.k-scheduler .k-nav-current .k-link .k-icon .k-i-calendar{
    color: #bdc3c7;
}
0
Vladimir Iliev
Telerik team
answered on 03 Feb 2014, 07:36 AM
Hi,

Please note that the calendar icon is part of the following "sprite" image under the current theme folder and you should update the color of the icon manually:

  • ..\Content\web\MetroBlack\sprite.png

Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
AceRoute Dev
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
AceRoute Dev
Top achievements
Rank 1
Share this question
or