diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-04-09 16:43:10 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2020-04-09 16:44:26 +0200 |
commit | 9f3d969508114c692949b55de39277fd6584c7d3 (patch) | |
tree | 6aacdbaba6efa77410812a947925907d12fb9c51 /assets/css | |
parent | b49830232096951202688bd775193424880bbd11 (diff) | |
download | wcms-9f3d969508114c692949b55de39277fd6584c7d3.tar.gz wcms-9f3d969508114c692949b55de39277fd6584c7d3.zip |
feat: Coloration for W synthax in CodeMirror
Closes #54
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/edit.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index c7fe67b..17465fa 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -379,6 +379,11 @@ div#showthumbnail img { cursor: text; } +/* CodeMirror Wcms mode */ +.cm-wcms { + color: red; +} + @media (max-width: 600px) { .bar, .hidephone { |