mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWReferenceNode.css

16 lines
340 B
CSS
Raw Normal View History

/*!
* VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-mwReferenceNode-missingref {
cursor: not-allowed;
}
/* HACK: Hide Ref errors in templates */
.mw-ext-cite-error {
display: none;
}