Created
December 25, 2013 19:45
-
-
Save gterrill/8126278 to your computer and use it in GitHub Desktop.
Show booked out dates as disabled
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
#bta-calendar a.fc-event { | |
background-color: #69903B; | |
border: 0 none; | |
border-radius: 0; | |
border-right-width: 0; | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
border-left-width: 0; | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
#bta-calendar a, #bta-calendar a.fc-event.booked-out:hover {color: #EEE} | |
#bta-calendar a:hover {color:#FFF} | |
#bta-calendar a.fc-event.booked-out {background-color:#AAA; cursor: default} | |
#bta-calendar table tr td {border-top: 0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment