mediawiki-extensions-Syntax.../modules/ve-syntaxhighlight/ve.ui.MWSyntaxHighlightInspector.css
Ed Sanders 963859f8c9 VE integration: Remove copyright dates
Change-Id: I424e7bb7ac64297b55a47db058605f528084c35e
2024-02-29 15:13:03 +00:00

16 lines
394 B
CSS

/*!
* VisualEditor UserInterface MWSyntaxHighlightInspector styles.
*
* @copyright VisualEditor Team and others
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwSyntaxHighlightInspector-content .ve-ui-mwExtensionWindow-input textarea {
/* T176636 */
font-family: monospace, monospace;
}
.ve-ui-mwSyntaxHighlightInspector-content .oo-ui-numberInputWidget {
width: 10em;
}