A tumblelog CMS built on AJAX, PHP and MySQL.

noneditable.css 177B

12345678910
  1. /* This is the CSS file for the noneditable elements plugin */
  2. .mceEditable {
  3. /*border: 1px dotted #0000cc;*/
  4. }
  5. .mceNonEditable {
  6. /*border: 1px dotted #cc0000;*/
  7. }