- set the border for the today class on the date picker (#6619)

* - set the border for the today class on the date picker

* - added the actual styling for the today border
This commit is contained in:
Paul Seal
2019-10-16 15:18:06 +01:00
committed by Sebastiaan Janssen
parent 008505354b
commit 77f2b28aed

View File

@@ -6,6 +6,10 @@
span.flatpickr-day {
border-radius: @baseBorderRadius;
border: none;
&.today:not(.active) {
border: 1px solid;
}
}
span.flatpickr-day:hover {