start and end dates styling changed (#1669)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Kirti Lodha 2021-11-02 20:33:56 +05:30 committed by GitHub
parent c3a08c3418
commit e4b570e6aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,11 +172,15 @@
.DayPicker-Day--start {
border-top-left-radius: 50% !important;
border-bottom-left-radius: 50% !important;
border-top-right-radius: 50% !important;
border-bottom-right-radius: 50% !important;
}
.DayPicker-Day--end {
border-top-right-radius: 50% !important;
border-bottom-right-radius: 50% !important;
border-top-left-radius: 50% !important;
border-bottom-left-radius: 50% !important;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {