Skip to content

Instantly share code, notes, and snippets.

@simkoG
Created March 31, 2023 11:21
Show Gist options
  • Save simkoG/0be9856a83cb7ffb0a7bf00012b8dcce to your computer and use it in GitHub Desktop.
Save simkoG/0be9856a83cb7ffb0a7bf00012b8dcce to your computer and use it in GitHub Desktop.
css
.datepick .datepick-month table td .mphb-booked-date.mphb-date-check-out,
.datepick .datepick-month table td .mphb-booked-date.mphb-date-check-in,
.datepick .datepick-month table td .mphb-available-date.mphb-date-check-out,
.datepick .datepick-month table td .mphb-available-date.mphb-date-check-in {
background: linear-gradient(to top left,#c1eed1 0,#c1eed1 50%, #f8cccc 50%, #f8cccc 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment