Skip to content

Commit

Permalink
- set the border for the today class on the date picker (umbraco#6619)
Browse files Browse the repository at this point in the history
* - set the border for the today class on the date picker

* - added the actual styling for the today border
  • Loading branch information
prjseal authored and nul800sebastiaan committed Oct 16, 2019
1 parent 0085053 commit 77f2b28
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
span.flatpickr-day {
border-radius: @baseBorderRadius;
border: none;

&.today:not(.active) {
border: 1px solid;
}
}

span.flatpickr-day:hover {
Expand Down

0 comments on commit 77f2b28

Please sign in to comment.