mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-25 07:56:58 +00:00
848d762e24
The chemical and mathematical formula inspectors and dialogs have a lot of similar functionality, and the common parts are now moved to the common MWLatex class. MWMath* classes now inherit from MWLatex*, and so do the new MWChem* classes. Bug: T153365 Change-Id: I4452ceca55197fda5f1e1293a5741c6f5fb7c245
32 lines
631 B
CSS
32 lines
631 B
CSS
/*!
|
|
* VisualEditor UserInterface LaTeX icon styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.oo-ui-icon-math {
|
|
/* @embed */
|
|
background-image: url( math.svg );
|
|
}
|
|
|
|
.oo-ui-icon-math-display-block {
|
|
/* @embed */
|
|
background-image: url( math-display-block.svg );
|
|
}
|
|
|
|
.oo-ui-icon-math-display-default {
|
|
/* @embed */
|
|
background-image: url( math-display-default.svg );
|
|
}
|
|
|
|
.oo-ui-icon-math-display-inline {
|
|
/* @embed */
|
|
background-image: url( math-display-inline.svg );
|
|
}
|
|
|
|
.oo-ui-icon-chem {
|
|
/* @embed */
|
|
background-image: url( chem.svg );
|
|
}
|