mediawiki-extensions-Math/modules/ve-math/ve.ui.MWMathIcons.css
Ed Sanders abad392272 Rename modules/VisualEditor to modules/ve-math
Per new naming convention (i.e. to be consistent with
ve-graph).

Change-Id: I3eae4ce011f0078b204d882a8068f844cd19daa3
2015-09-17 15:10:30 +00:00

27 lines
550 B
CSS

/*!
* VisualEditor UserInterface Math 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);
}