From e4b570e6aa14bf85b04e0bd34355148a6ea432ac Mon Sep 17 00:00:00 2001 From: Kirti Lodha <67586672+kirtilodha@users.noreply.github.com> Date: Tue, 2 Nov 2021 20:33:56 +0530 Subject: [PATCH] start and end dates styling changed (#1669) Co-authored-by: Mattermod --- webapp/src/components/properties/dateRange/dateRange.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/src/components/properties/dateRange/dateRange.scss b/webapp/src/components/properties/dateRange/dateRange.scss index e276569a3..2df801ac2 100644 --- a/webapp/src/components/properties/dateRange/dateRange.scss +++ b/webapp/src/components/properties/dateRange/dateRange.scss @@ -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) {