I have three problems how to implement the following things:
- When I use react-dates, I need to change the border style in cells, by default we have grey border and on hover the background too, but I want to change the border radius and background colour on hover. For example we have a default date selection range:
And I want to do something like this (when hovering we have a purple coloured border, when selecting a cell the background changes to purple and when going to select a range, the dates should have a purple coloured border):
- How I can create year picker near month names like it:
- And about holiday, how we can made popup window to show holiday namem like it: (When hover we see public holiday name)
Can you tell me which css classes need to be overridden or how it can be added?
I try use this classes to change some items: https://codesandbox.io/s/sleepy-currying-gv2pcj?file=/src/styles.css