You are not logged in. Please note that you need to log in before posting.
In the file core/panels/customer/appointments/browse/index.php
there is output to create "<style> .ntsApproved"
which is later used as <td style="width: 1em; padding: 0;" class="ntsApproved"> </td>
This inline style overrides the style sheet (style.css) and makes it impossible to change the color. Further, I'm curious why a class is applied to a TD tag along with another inline style definition?
Why not put all this stuff in the style sheet and just apply the class to TD?
If you need different padding elsewhere, make that a different style.
Offline