mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
115fc92bfc
Change-Id: I029cfdfc5eabb8358b7c3b0274f4e759134a3af5
11 lines
318 B
CSS
11 lines
318 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;
|
|
}
|