Skip to content

Commit

Permalink
Updating to support new features
Browse files Browse the repository at this point in the history
  • Loading branch information
deviprsd committed Nov 12, 2014
1 parent 2bfd572 commit 26c0135
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/custom_1.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ body {
text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.fc-calendar .fc-row > div > span.fc-emptydate {
color: rgba(255,255,255,0.4);
}

.fc-calendar .fc-body {
border: none;
padding: 20px;
Expand Down Expand Up @@ -357,4 +361,4 @@ body {
font-size: 10px;
text-transform: uppercase;
}
}
}

0 comments on commit 26c0135

Please sign in to comment.