rd-dev-ukraine / angular-io-datepicker

MIT License
21 stars 18 forks source link

Styling date picker #10

Closed rohanag108 closed 7 years ago

rohanag108 commented 7 years ago

There seems to be no easy way to style the font and other attributes of the textbox. Can you please provide an example of how can one go about changing the font of the text inside the textbox?

eugenesaenko commented 7 years ago

@rohanag108 Just write css like below .datepicker-actions__input {font-family: Arial !important;}