Style codemirror spelling errors

This commit is contained in:
Alasdair Smith 2018-04-24 10:27:17 +01:00
parent 8de2267824
commit abcc2cc11b

View file

@ -219,4 +219,11 @@
font-style: italic;
color: #999;
}
.spelling-error {
background-image: url(/img/spellcheck-underline.png);
background-repeat: repeat-x;
background-position: bottom;
}
}