Skip to content

Commit

Permalink
slightly adjust background color for agenda events
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 15, 2013
1 parent a42d140 commit 7aadedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agenda/agenda.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7aadedf

Please sign in to comment.