Commit 5a6b5e91 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_code_mirror: hide Zope4's Ace editor.

parent 7a2c616e
Pipeline #27058 failed with stage
in 0 seconds
...@@ -64,3 +64,8 @@ background color of the gutter (cosmetic) */ ...@@ -64,3 +64,8 @@ background color of the gutter (cosmetic) */
.CodeMirror-line { .CodeMirror-line {
background-color: transparent !important; background-color: transparent !important;
} }
/* Hide Zope4's Ace editor */
#editor_container {
display: none;
}
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