I am trying to change the icon for time picker on the datetime picker. I would really appreciate if someone can show me how to do it. I could not find a solution on the forums or in the demos.
Thank you,
mm.
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 04 May 2012, 07:56 AM
Hi Murali,
You can use:
.t-widget .t-icon-calendar
{
background: 50%50%url('new-picker-icon.gif');
}
The corresponding CSS class for the TimePicker is t-icon-clock. If you intend to use a sprite image, the background position should be adjusted accordingly, as you know.
For more information about overriding CSS styles, please refer to this article.
All the best,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.