From b46b156ce190c9e660031f5a0a1f17401b216cfa Mon Sep 17 00:00:00 2001 From: bvanbrem Date: Fri, 12 May 2017 23:38:27 +0200 Subject: [PATCH] Update styles.css When range is used, code change adds divider between months within the select range. The border-left color is set explicit in the css. I think this should be somewhere else, so, maybe keep the result as an idea. --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index 31558dff9..d1263d4c9 100644 --- a/styles.css +++ b/styles.css @@ -114,6 +114,12 @@ border-top-left-radius: 50%; border-bottom-left-radius: 50%; } +.Cal__Month__row.Cal__Month__partial:first-child li:first-child.Cal__Day__range div.Cal__Day__selection { + border-left: 1px solid #448AFF; } + +.Cal__Month__row.Cal__Month__partial:first-child li:first-child.Cal__Day__range.Cal__Day__selected.Cal__Day__end::after { + border-left: 1px solid #448AFF; } + .Cal__Day__range.Cal__Day__selected.Cal__Day__start:after { right: 0; }