mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-01 02:36:47 +00:00
5fe280c3cf
The context item for math nodes now has two edit buttons, one for the inspector (edit inline) and one for the dialog (edit). Creating a new math node automatically opens the dialog. Bug: T120382 Change-Id: Icd3ec75262fcc5e0cbc304051c651278b0d8b01c
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;
|
|
}
|