mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-04 10:49:34 +00:00
11 lines
321 B
CSS
11 lines
321 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-mwExtensionInspector-input textarea {
|
||
|
font-family: monospace, Courier;
|
||
|
}
|