mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 11:48:23 +00:00
11 lines
296 B
CSS
11 lines
296 B
CSS
|
/*!
|
||
|
* VisualEditor UserInterface MWMathInspector styles.
|
||
|
*
|
||
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ui-mwMathInspector-content .ve-ui-mwExtensionWindow-input textarea {
|
||
|
font-family: monospace, Courier;
|
||
|
}
|