Adding CSS-class to WordPress Menu in backend

I made it different for that project.

Using ACF Pro (anyway) + a mod of “Code Area“. Return that Code Area CSS via

    add_action('admin_head', 'function_name');

in my admin-area. So I am able to put the IDs in my CSS field => VoilĂ .

A different way, but works exact as I wanted/ needed.