Skip to content

Commit

Permalink
[chores] Made disabled dates lighter in daterangepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Apr 2, 2024
1 parent fb0ee88 commit 0cc87c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date :hover {
background-color: #fff;
color: #777;
color: rgba(119, 119, 119, 0.56);
}
.daterangepicker .drp-selected {
color: #df5d43;
Expand Down

0 comments on commit 0cc87c4

Please sign in to comment.