phoenixwong / vue2-timepicker

A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
https://phoenixwong.github.io/vue2-timepicker/
MIT License
432 stars 193 forks source link

Style input #127

Closed DanFulcher closed 4 years ago

DanFulcher commented 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.

phoenixwong commented 4 years ago

You can either add !important to force apply any CSS properties or use a higher priority CSS selector for the target <input />.

Check JSFiddle Sample here.


Duplicates of #77