﻿/* charset-encoding="UTF-8" */

/*
  Copyright 2014 Persis GmbH
*/

/**
 * Style-Sheet-Formatierungen für fullcalendar.js
 * 
 * [04.03.2014] wb: Erstellung
 */

/**
 * persis.ui.calendars.FullCalendar
 */
.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.6;
}
.fc-grid .fc-week-number, .fc-grid .fc-day-header {
    color: lightgrey;
}
.fc-grid .fc-day {
	background-color: #F0F0F0;
}
.fc-grid .fc-other-month.fc-day {
	background-color: #fff;
}
.fc-event {
	cursor: pointer;
}
