Skip to content

Instantly share code, notes, and snippets.

@MillerGregor
Created August 1, 2018 23:42
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/1fd952dcda08ca1cb315fc1ddb9e91db to your computer and use it in GitHub Desktop.
Save MillerGregor/1fd952dcda08ca1cb315fc1ddb9e91db to your computer and use it in GitHub Desktop.
Checker Plus for Google Calendar
#newsNotification {
display: none;
}
#betaCalendar .fc-today .fc-day-number {
background-color: #bc1c1c !important;
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