In my CSS file, I have this:
How come the link is #105CB6, and not #fff? There's no !important.Code:#sidebar a{color:#105CB6;} ... tbody.datepickerDays td.datepickerSelected a{color:#fff;}
In Google Chrome's developer tools, "tbody.datepickerDays td.datepickerSelected a{color:#fff;}" shows up, but it's crossed out. Why is it?


Reply With Quote
Bookmarks