Page 1 of 1

Color Change in 10.36

PostPosted: Tue Aug 14, 2018 6:27 pm
by Jim2001
Just updated from 10.33 to 10.36 and noticed that the Status Filter colours are brighter in the Month view than in the Day or Week views. 10.34 had CSS changes. Could this account for the colour change? I double checked the deletion in the CSS file and it's correct. How can I make the month view the more subdued colors in the event backgrounds?

Re: Color Change in 10.36

PostPosted: Wed Aug 15, 2018 10:55 am
by kcembrey
Hi Jim,

I took a look into some previous versions of DayBack, even 10.20, and it seems we've been adding a light background to events on schedule views for quite a few versions. I'm checking with the team to see if this is something that we intended, but for now, if you'd like to remove this background and have the colors in schedule views match the list views, you can do so by adding the following to your global CSS theme:

.fc-event-bg {
display: none;
}

Regards,

KC