CSS SELECT sans classe

:not(.printable) {
    /* Styles */
}

:not([attribute]) {
    /* Styles */
}
Tiago F2