Booking Plugin Disabled Dates
This file contains 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
/** Disabled dates color **/ | |
.bfwc-optimise-colours .ui-datepicker td.ui-state-disabled { | |
background: #FF0000 !important; | |
opacity: 1 !important; | |
} | |
/** Fix calendar next/previous icons **/ | |
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{ | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment