slightly adjust background color for agenda events

This commit is contained in:
Adam Shaw
2013-04-14 22:07:33 -07:00
parent a42d1402f2
commit 7aadedfe59
+2 -2
View File
@@ -127,8 +127,8 @@
width: 100%;
height: 100%;
background: #fff;
opacity: .3;
filter: alpha(opacity=30);
opacity: .25;
filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */