From 920cd20327929fbd8df3b5a2e7252af52e8be981 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 9 Aug 2014 18:44:02 +0400 Subject: [PATCH] improve ime style --- lib/ace/css/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;