mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-03 18:36:30 +00:00
d679469840
Change-Id: Iea4d20abb8aa9d656639c8e128df0e963291cace
11 lines
320 B
CSS
11 lines
320 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 {
|
|
font-family: monospace, 'Courier';
|
|
}
|