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

16 lines
468 B
CSS
Raw Normal View History

/*!
* VisualEditor ContentEditable MediaWiki MWTableNode styles.
*
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/* Override tablesorter's cursor: pointer */
.ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.headerSort {
cursor: default;
}
.ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.ve-ce-tableCellNode-editing.headerSort {
cursor: text;
}