webcit_before_automake is now the trunk
[citadel.git] / webcit / tiny_mce / plugins / noneditable / css / noneditable.css
1 /* This is the CSS file for the noneditable elements plugin */\r
2 \r
3 .mceItemEditable {\r
4         /*border: 1px dotted #0000cc;*/\r
5         -moz-user-focus: none;\r
6         -moz-user-input: auto;\r
7         -moz-user-modify: auto;\r
8         -moz-user-select: text;\r
9 }\r
10 \r
11 .mceItemNonEditable {\r
12         /*border: 1px dotted #cc0000;*/\r
13         -moz-user-focus: ignore;\r
14         /*-moz-user-input: disabled;*/\r
15         -moz-user-modify: read-only;\r
16         -moz-user-select: all;\r
17 }\r