[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/tinyfck/plugins/noneditable/css/ -> noneditable.css (source)

   1  /* This is the CSS file for the noneditable elements plugin */

   2  
   3  .mceEditable {
   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  .mceNonEditable {
  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  }


Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce à PHPXref 0.7