Calendar past events are grayed out, today's background is gray

This commit is contained in:
Mark McDowall 2013-07-17 22:52:13 -07:00
commit 8d2fc4945b
3 changed files with 23 additions and 7 deletions

View file

@ -26,6 +26,14 @@
h2 {
font-size : 17.5px;
}
.fc-state-highlight {
background: #f1f1f1;
}
.past {
opacity: 0.8;
}
}
.event {