Closed DanFulcher closed 4 years ago
Is it possible to style the time picker input?
I've added a custom class, but the styles seem to be getting ignored.
You can either add !important to force apply any CSS properties or use a higher priority CSS selector for the target <input />.
!important
<input />
Check JSFiddle Sample here.
Duplicates of #77
Is it possible to style the time picker input?
I've added a custom class, but the styles seem to be getting ignored.