I'm trying to make my TimePickers look like the <asp:TextBox ...> next to it. I've tried:
- apply a CSS class with "border-style: inset;"
- set DateInput-BorderStyle="Inset"
- set Skin="" [on both TimePicker and DateInput]
None of the above works.
[And yes, I've seen this: http://www.telerik.com/community/forums/aspnet-ajax/input/radnumerictextbox-border.aspx -- it didn't help]