Commit 8cea96a5 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_code_mirror: Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.

parent e8230f6f
......@@ -112,6 +112,10 @@
z-index: 4242 !important;\n
overflow: hidden !important;\n
}\n
\n
.CodeMirror pre span {\n
font-family: monospace !important;\n
}\n
</style>\n
\n
<input type="button" value="Maximize" onclick="maximize()"\n
......
2014-12-19 arnaud.fontaine
* Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.
2014-07-23 arnaud.fontaine
* erp5_code_mirror: Update to 3.22.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment