mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-01 01:16:43 +00:00
b5eb22bf04
Change-Id: Ia27dccdb9dc2de6ca66e08c54c62eb91302a381c
16 lines
421 B
CSS
16 lines
421 B
CSS
/*!
|
|
* VisualEditor UserInterface MWSyntaxHighlightInspector styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @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;
|
|
}
|