/* light-green background so the whole row stands out */
    tr.fax-selected      { background:#dff0d8; }

    /* turn the button into a green check-mark */
    tr.fax-selected .add-file-fax-button i {
        color:#3c763d;           /* bootstrap “success” green   */
    }