Skip to content

Instantly share code, notes, and snippets.

@MillerGregor
Created February 13, 2018 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MillerGregor/0ae1fc59773226b130c852fbe6a713a0 to your computer and use it in GitHub Desktop.
Save MillerGregor/0ae1fc59773226b130c852fbe6a713a0 to your computer and use it in GitHub Desktop.
checker plus custom css
#betaCalendar .fc-today .fc-day-number {
border-radius: 0 !important;
width: 30px;
height: 30px;
line-height: 30px;
}
#betaCalendar .fc-month-view .timedEvent .fc-time {
color: #000 !important;
}
.eventColorIndicator {
position: absolute;
line-height: 15px;
border-radius: 0%;
padding: 5px;
}
.fc-time {
margin-left: 15px;
}
#betaCalendar .fc-event {
border-radius: 0 !important;
}
#betaCalendar .fc-today {
background-color: #fff;
}
#betaCalendar .fc-past {
background-color: #aaa;
}
#betaCalendar .fc-future {
background-color: #f2f2f2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment