From 650486a99f5d3ec77d983d14e44a105b03548e4e Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Mon, 6 Nov 2023 16:21:28 +0900 Subject: [PATCH] =?UTF-8?q?flatpickrRange=20=EC=BB=AC=EB=9F=AC=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 2a3c2249..8b26ba82 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1125,4 +1125,9 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .statistics-table tr td + td{border-left:1px solid #ddd} .statistics-table tr td span{font-size:1rem} .statistics-table .date{font-size:0.75rem;line-height:1} -.statistics-table .date-data{text-align:right;font-weight:400} \ No newline at end of file +.statistics-table .date-data{text-align:right;font-weight:400} + +.flatpickr-calendar .flatpickr-day.inRange, .flatpickr-calendar .flatpickr-day.inRange:hover { + background: #ffefec!important; + border-color: #ffefec!important; + box-shadow: -5px 0 0 #ffefec, 5px 0 0 #ffefec!important; }