If the date picker has main class for table element as “table-condensed”
.table-condensed>tbody>tr>td.day.disabled{
color: #00000;
}
By this way, we can avoid !important.
If the date picker has main class for table element as “table-condensed”
.table-condensed>tbody>tr>td.day.disabled{
color: #00000;
}
By this way, we can avoid !important.