From 6649b1f0a5db6160d197a13ca79cfd67fbb02d77 Mon Sep 17 00:00:00 2001 From: svncommit Date: Sat, 23 Sep 2006 23:37:29 +0000 Subject: added TinyMCE spellchecker plugin, configured to use GoogleSpell --- program/js/tiny_mce/plugins/spellchecker/css/content.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 program/js/tiny_mce/plugins/spellchecker/css/content.css (limited to 'program/js/tiny_mce/plugins/spellchecker/css/content.css') diff --git a/program/js/tiny_mce/plugins/spellchecker/css/content.css b/program/js/tiny_mce/plugins/spellchecker/css/content.css new file mode 100644 index 000000000..fb82733cd --- /dev/null +++ b/program/js/tiny_mce/plugins/spellchecker/css/content.css @@ -0,0 +1,5 @@ +.mceItemHiddenSpellWord { + background: url('../images/wline.gif') repeat-x bottom left; + bo2rder-bottom: 1px dashed red; + cursor: default; +} -- cgit v1.2.3