You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
244 B

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-tag):not(.cm-word) {
background: rgba(255, 0, 0, .15);
}
#spellchecker_btn > .fa:after {
content: 'abc';
position: absolute;
top: 2px;
left: 4px;
text-align: left;
font-size: 0.5em;
}