Created
March 31, 2023 11:21
-
-
Save simkoG/0be9856a83cb7ffb0a7bf00012b8dcce to your computer and use it in GitHub Desktop.
css
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
.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