]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/noneditable/css/noneditable.css
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / noneditable / css / noneditable.css
1 /* This is the CSS file for the noneditable elements plugin */
2
3 .mceItemEditable {
4         /*border: 1px dotted #0000cc;*/
5         -moz-user-focus: none;
6         -moz-user-input: auto;
7         -moz-user-modify: auto;
8         -moz-user-select: text;
9 }
10
11 .mceItemNonEditable {
12         /*border: 1px dotted #cc0000;*/
13         -moz-user-focus: ignore;
14         /*-moz-user-input: disabled;*/
15         -moz-user-modify: read-only;
16         -moz-user-select: all;
17 }