Blame view

js/_tiny_mce/plugins/noneditable/css/noneditable.css 168 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
  /* This is the CSS file for the noneditable elements plugin */
  
  .mceEditable {
  	/*border: 1px dotted #0000cc;*/
  }
  
  .mceNonEditable {
  	/*border: 1px dotted #cc0000;*/
  }