From 05c5235d33c77b5514e9dffb21e7ad2560e51ef0 Mon Sep 17 00:00:00 2001 From: benweet Date: Thu, 21 Nov 2013 00:14:10 +0000 Subject: [PATCH] Fixed invalid token highlighting in ACE editor --- public/res/styles/main.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/res/styles/main.less b/public/res/styles/main.less index 6fda87e1..628414e6 100644 --- a/public/res/styles/main.less +++ b/public/res/styles/main.less @@ -1027,6 +1027,11 @@ ul,ol { background-color: @code-bg; } + .ace_invalid { + color: inherit; + background: inherit; + } + .ace_strong { font-weight: bold; }