Hi,
How can I apply color highlighting to the selected hour and minute to improve visibility and usability?
E.g.
My form:
Thanks,
Regards
Aseem
Dear @aseem,
Try adding the following to CSS editor:
.k-timeselector .k-time-highlight{
background: #0090FF;
}
Thank you this worked!