openreplay/frontend/app/styles/react-daterange-picker.css
2022-08-16 16:19:18 +02:00

13 lines
No EOL
513 B
CSS

.DateRangePicker__CalendarSelection--is-pending,
.DateRangePicker__CalendarSelection .DateRangePicker__CalendarSelection--start,
.DateRangePicker__CalendarSelection .DateRangePicker__CalendarSelection--segment,
.DateRangePicker__CalendarSelection .DateRangePicker__CalendarSelection--end,
.DateRangePicker__CalendarSelection {
background-color: $teal !important;
border-color: $teal !important;
}
.DateRangePicker__Date .DateRangePicker__CalendarHighlight--single {
border-color: $teal !important;
}