From d21055d1e4d84ebb0e0a981ac3a240bbeb14560e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 11 Apr 2020 02:27:01 +0200 Subject: codemirror style and editor cleanup --- assets/css/edit.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/edit.css b/assets/css/edit.css index 17465fa..f43684c 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -380,8 +380,13 @@ div#showthumbnail img { } /* CodeMirror Wcms mode */ -.cm-wcms { - color: red; +.cm-wcms, .cm-wkeyword { + color: black; + background-color: #7b97b9d9; +} + +span.cm-wkeyword { + color: white; } -- cgit v1.2.3