upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:03:31 +00:00
parent cb2a8d025e
commit 00d46f6148
342 changed files with 13043 additions and 11487 deletions

View file

@ -1,6 +1,6 @@
/* This is the CSS file for the noneditable elements plugin */
.mceItemEditable {
.mceEditable {
/*border: 1px dotted #0000cc;*/
-moz-user-focus: none;
-moz-user-input: auto;
@ -8,7 +8,7 @@
-moz-user-select: text;
}
.mceItemNonEditable {
.mceNonEditable {
/*border: 1px dotted #cc0000;*/
-moz-user-focus: ignore;
/*-moz-user-input: disabled;*/