mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-25 07:56:58 +00:00
12 lines
361 B
CSS
12 lines
361 B
CSS
|
/*!
|
||
|
* VisualEditor UserInterface MWLatexInspector styles.
|
||
|
*
|
||
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ui-mwLatexInspector-content .ve-ui-mwExtensionWindow-input textarea {
|
||
|
/* Specify a valid second value to fix size in Chrome/FF */
|
||
|
font-family: monospace, 'Courier';
|
||
|
}
|