Skip to content

Instantly share code, notes, and snippets.

@gterrill
Created December 25, 2013 19:45
Show Gist options
  • Save gterrill/8126278 to your computer and use it in GitHub Desktop.
Save gterrill/8126278 to your computer and use it in GitHub Desktop.
Show booked out dates as disabled
#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