mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-04 18:59:10 +00:00
963859f8c9
Change-Id: I424e7bb7ac64297b55a47db058605f528084c35e
16 lines
394 B
CSS
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;
|
|
}
|