How to override the default color of disabled date without using 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.

Leave a comment

Your email address will not be published. Required fields are marked *