diff options
author | Wu Cheng-Han | 2016-07-30 11:28:24 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-07-30 11:28:24 +0800 |
commit | a14e7953b5a2196eda001229d44ebb2e9c18fe7c (patch) | |
tree | 39dfada7d341cc3754a63ab68b82ebc9f6d0166a /public/vendor/codemirror | |
parent | d5549c6a8443ee1ca38fe8136465ac9377a2c8f9 (diff) |
Add support of showing authorship in editor and adjust related styles
Diffstat (limited to '')
-rw-r--r-- | public/vendor/codemirror-spell-checker/spell-checker.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror-spell-checker/spell-checker.min.css b/public/vendor/codemirror-spell-checker/spell-checker.min.css index 643c24fb..d6d12268 100644 --- a/public/vendor/codemirror-spell-checker/spell-checker.min.css +++ b/public/vendor/codemirror-spell-checker/spell-checker.min.css @@ -4,4 +4,4 @@ * @link https://github.com/NextStepWebs/codemirror-spell-checker * @license MIT */ -.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){border-bottom:1px dashed rgba(255,0,0,.8)}
\ No newline at end of file +.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){border-bottom:2px dotted rgba(255,0,0,.8)}
\ No newline at end of file |