Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
293 stars 243 forks source link

Change default date style from underlined to circle #195

Closed adibbzaini closed 6 years ago

adibbzaini commented 6 years ago

image

image

How to change the default style of underlined date to a circle date ?

adibbzaini commented 6 years ago

Hi guys, I found the answer, you need to edit the calendaryear.js by putting e.parent().css("border-radius", "20px"); at the background style

image