Skip to content

Commit

Permalink
Fix: Outline colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 11, 2023
1 parent 00cae95 commit 39368c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/styles/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
cursor: not-allowed;
}

.datepicker-day.past-date,
.datepicker-day.past-date.blocked {
background-color: transparent;
}

button.prev-month,
button.next-month {
cursor: pointer;
Expand Down
6 changes: 1 addition & 5 deletions src/styles/lightmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
.datepicker-day {
background-color: #f0f0f0;
}
.datepicker-day.past-date,
.datepicker-day.past-date.blocked {
background-color: transparent;
}

.datepicker-day.today {
box-shadow: inset 0 0 0 2px #4caf50;
box-shadow: inset 0 0 0 2px #acacac;
}

.datepicker-day:hover {
Expand Down

0 comments on commit 39368c2

Please sign in to comment.