diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index a2b7475e..35cdf57f 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -155,8 +155,8 @@ } .ace_text-input.ace_composition { - background: #f8f8f8; - color: #111; + background: inherit; + color: inherit; z-index: 1000; opacity: 1; text-indent: 0;