Spell Checker CSS Style Changes #1679

Merged
QuirkyRobots merged 1 commit from patch-1 into master 2018-06-25 06:04:50 +02:00

View file

@ -91,3 +91,9 @@ div.editor-toolbar a {
.CodeMirror .CodeMirror-placeholder {
opacity: 0.5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
background: none;
text-decoration: underline;
text-decoration-color: #f00;
text-decoration-style: dotted;
}