diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-11 02:27:01 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-11 02:27:01 +0200 |
commit | d21055d1e4d84ebb0e0a981ac3a240bbeb14560e (patch) | |
tree | 2401a095745981bad889af73e0edb04e4bab9031 /assets | |
parent | 7503edafe206d9f16da4d12b6dea0458ca9c2432 (diff) | |
download | wcms-d21055d1e4d84ebb0e0a981ac3a240bbeb14560e.tar.gz wcms-d21055d1e4d84ebb0e0a981ac3a240bbeb14560e.zip |
codemirror style and editor cleanup
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/edit.css | 9 |
1 files changed, 7 insertions, 2 deletions
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; } |