- 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:
committed by
Sebastiaan Janssen
parent
008505354b
commit
77f2b28aed
@@ -6,6 +6,10 @@
|
||||
span.flatpickr-day {
|
||||
border-radius: @baseBorderRadius;
|
||||
border: none;
|
||||
|
||||
&.today:not(.active) {
|
||||
border: 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
span.flatpickr-day:hover {
|
||||
|
||||
Reference in New Issue
Block a user