Blocked out date background-color
-
The background-color for blocked out dates is no longer red. This appears to have broken as of version 3.0.0.
ver 3.0.0
As of version 3.0.0 the busy class is not getting added to day when the day is fully scheduled.
should have busy class in this td
<td class=” 2020-07-30 busy” data-handler=”selectDay” data-event=”click” data-month=”6″ data-year=”2020″>30</td>
.ea-bootstrap .ui-datepicker .busy, .ea-bootstrap .ui-datepicker .busy:hover {
background-color: rgba(255,0,0,0.5);
color: #fff;
cursor: default;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Blocked out date background-color’ is closed to new replies.