Skip to content

Commit

Permalink
Small css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayoub Baàli committed Feb 3, 2021
1 parent c20d909 commit f70da15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions webapp/sass/components/daterangepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,16 @@
background: none;
color: black;
}
.react-datepicker__day--in-range:hover {
background-color: #216ba5;
color: white;
}

.react-datepicker__day--disabled {
background-color: transparent;
color: #ccc;
}

.react-datepicker__day--in-selecting-range:hover {
color: white;
}

0 comments on commit f70da15

Please sign in to comment.