twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

Add bullets to the calendar events instead of background color #171

Closed vmal closed 6 years ago

vmal commented 6 years ago

Hi, is there anyway we can add bullets beneath the date of the month instead of background color the signify that there is an event that date? If so, how would i do it because, i tried editing the monthview-primary-with-event css class but I was not able to see any changes. Any help would be appreciated.

vmal commented 6 years ago

Nvm, I figured it out. The code for bullet points beneath the date is

.monthview-primary-with-event:after { content: '⬤'; display: block; font-size: 5px; font-weight:bold; line-height: 0px; color: black; }