ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

issue #4

Closed fatimazaheer closed 8 years ago

fatimazaheer commented 8 years ago

Wicked picker is not showing up and down arrows

ericjgagnon commented 8 years ago

T'his issue could be caused by not including the fonts directory and/or changing the up and down selectors to ones of your choosing. That being said, if you do choose to use your own icon fonts make sure that the selectors you are using have the the before pseudo element on them and are set up to use your icon fonts. If you need an example you can look at the wickedpicker.css in the stylesheets directory.

ghost commented 4 years ago

Hi Eric, I am facing the same issue in my .Net Core MVC project. I have referred the wickedpicker.js and stylesheets to my page. but I don't know how to add the fonts file to my project. Could you please help me on how to apply/render the fonts?