Fixed codeEditor background follows style properties, when it shouldn't...

Jaxel

Well-known member
Affected version
2.0
For some reason, in `code_editor.less`, the backgrounds to the codeEditor follow the contentBg properties. However, the actual colors of the texts in the code-editors don't follow style properties. That leads to major clashes with dark skins. The background of the codeEditor should be static, just like the foreground text.
 
Top Bottom