#module-nsi_sync-b2bform input:read-only:not([type=submit]):not([type=radio]):not([type=checkbox]) {
    cursor: not-allowed;
    background: grey;
}