mediawiki-extensions-Visual.../modules/ve/ce/styles/ve.ce.DocumentNode.css

17 lines
350 B
CSS
Raw Normal View History

/**
* VisualEditor content editable Document styles.
*
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-documentNode {
2012-02-07 19:13:19 +00:00
cursor: text;
overflow: hidden;
}
/* Prevent focus outline on editor */
.ve-ce-documentNode[contenteditable="true"]:focus {
outline: none;
2012-02-07 19:13:19 +00:00
}