Issue 1808: Event background colors are not same in monthly and agenda week view.
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by ali.ah...@timesolv.com, Apr 25, 2013
In the demo at http://arshaw.com/fullcalendar/, background color of events is #3A87AD for all the events. But the events which are displayed inside agenda week view (and for that matter agenda day view) do not display this color. Property value is still the same but visually the color is #6AA4C1.

3D view from Mozilla FF shows some overlay elements which most probably are causing the visible color to be different.

In my application, I have to display calendars of multiple (selected) users. To distinguish between them, I am assigning them different colors.

Please let me know how can I overcome this issue. z-index values of the overlay elements and the event DIVs did not make any difference.

Kind regards,

Ali Ahsan
Aug 24, 2013
Project Member #1 adamrs...@gmail.com
if you drill down into the CSS w/ firebug or web inspector, youll see that there is another white div that is semi-transparent that is overlaid on top of the background color of agenda events. this is dont to automatically lighten up the area so it looks different from the border, and for simplicity's sake for the API. You can always hide this div with your own css (it has a classname of "fc-event-bg").
Status: Done
Aug 24, 2013
#2 ali.ah...@timesolv.com
Thanks for your response. Now I can deal with the reported situation.