Created
February 13, 2018 00:50
-
-
Save MillerGregor/0ae1fc59773226b130c852fbe6a713a0 to your computer and use it in GitHub Desktop.
checker plus custom css
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
#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