surat/frontend/web/spellcheck/nanospell.ckeditor/theme/nanospell.css

6 lines
161 B
CSS
Raw Normal View History

2024-12-25 03:04:59 +00:00
/*Customizable style for underlining mis-spelled words*/
span.nanospell-typo {
border:none;
cursor: auto;
background: url(wiggle.png) repeat-x bottom left;
}