diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 2a3c224..8b26ba8 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; }