Is it possible to add a backend element class for styling own elements via a own backend css file?
Currently each element got something like this tl_content indent indent_2 even click2edit toggle_select hover-div.
The HTML output of content elements in the backend gets the same HTML code as in the frontend. So you can directly use the CSS class of the element to style it.
Is it possible to add a backend element class for styling own elements via a own backend css file? Currently each element got something like this
tl_content indent indent_2 even click2edit toggle_select hover-div
.