Open JanDa-ma opened 3 years ago
@JanDa-ma Same as https://github.com/twinssbc/Ionic2-Calendar/issues/599, Angular has the concept called View Encapsulation, which may add extra constraint to the CSS class. So you may want to add your style in the global.scss and append !important to see if it will take effect.
I tried to change the display colour of the events that contain events. I'm using like in the documentation the .monthview-primary-with-event class to change it but it does not overwrite it. I don't know if it matters but I use also a template for the events that contain events. This is my code: tab1.page.html
Tab1.page.sccs
.monthview-primary-with-event { background-color: #ffffff; }