简体   繁体   中英

CKeditor SCAYT custom style

I want to customize the spelling error style in CKEDITOR 4's spell-check-as-you-type (SCAYT). Specifically, I want to change the default red underlining to something more visually prominent.

Where/how can I customize the CSS of the underlined spelling error?

Well misspelled words appear to be wrapped in class="scayt-misspell-word" as in:

<span class="scayt-misspell-word" data-scayt-word="humxans">humxans</span>

Perhaps you could use js to modify this class?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM