Created
August 1, 2018 23:42
-
-
Save MillerGregor/1fd952dcda08ca1cb315fc1ddb9e91db to your computer and use it in GitHub Desktop.
Checker Plus for Google Calendar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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