the colors on Saturday and Sunday do not appear correctly:

.event-calendar td.fri{
background: #fdd;
}
.event-calendar td.sun {
background: white;

with the following modification look good:

.event-calendar td.sat{
background: #fdd;
}
.event-calendar td.sun {
background: #fdd;

Comments

hovering’s picture

n.a.

owahab’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.