CKEditor改变了拼写检查scayt的风格

时间:2011-10-17 15:37:29

标签: styles ckeditor

当SCAYT找到一个错误的世界时,它会添加一个样式以跨越错误的世界:

.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;
}

但它破坏了我的父母风格“自动换行:破解词”。如何覆盖这种风格?

1 个答案:

答案 0 :(得分:0)

删除white-space: nowrap规则或!important,或者删除其他内容并告诉我们。你有没有尝试过什么?