more tinymce stuff
This commit is contained in:
parent
5a60010a6f
commit
b19f4cf952
468 changed files with 11635 additions and 0 deletions
17
www/extras/tinymce2/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css
vendored
Normal file
17
www/extras/tinymce2/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* This is the CSS file for the noneditable elements plugin */
|
||||
|
||||
.mceItemEditable {
|
||||
/*border: 1px dotted #0000cc;*/
|
||||
-moz-user-focus: none;
|
||||
-moz-user-input: auto;
|
||||
-moz-user-modify: auto;
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
.mceItemNonEditable {
|
||||
/*border: 1px dotted #cc0000;*/
|
||||
-moz-user-focus: ignore;
|
||||
/*-moz-user-input: disabled;*/
|
||||
-moz-user-modify: read-only;
|
||||
-moz-user-select: all;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue