Skip to content

Commit

Permalink
calendar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Feb 13, 2014
1 parent d791c18 commit b4099a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,28 @@ input[type=text] {
padding: 2px;
padding-top: 0;
vertical-align: middle;
}

.fc-event {
border: 1px solid #444;
background-color: rgba(0,0,0,0.6);
}

.fc-week:nth-child(odd) {
background-color: rgba(0,0,0,0.1);
}

.fc-day-header {
background-color: rgba(0,0,0,0.2);
}

.fc-color {
font-family: arial;
}
.fc-day:nth-child(even) {
background-color: rgba(0,0,0,0.1);
}

.fc-grid .fc-other-month .fc-day-number {
opacity: 0.6;
}
1 change: 0 additions & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="col-md-6">
<div class="container-fluid">
<fieldset>
<h2>Upcoming Releases</h2>
<div class="calendarContainer" ng-controller="CalendarCtrl">
<div class="calendar" ng-model="eventSources" config="uiConfig.calendar" ui-calendar="uiConfig.calendar"></div>
</div>
Expand Down

0 comments on commit b4099a6

Please sign in to comment.