简体   繁体   中英

CKEditor change style of spellchecker scayt

When SCAYT find a wrong world it will add a style to span with wrong worlds like that :

.scayt-enabled [data-scayt_word] {
    background: url("data:image/gif;base64,R0lGODlhBAADAIABAP8NDQAAACH5BAEAAAEALAAAAAAEAAMAAAIFRB5mGQUAOw==") repeat-x scroll center bottom transparent !important; 
    padding-bottom: 0 !important;
    text-decoration: none !important; 
    white-space: nowrap !important;
}

But it`s broke my parent style . How is possible to override this style?

delete white-space: nowrap rule, or !important , or trie something else and tell us about it. have you tried anything btw?

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