mediawiki-extensions-Math/modules/VisualEditor/ve.ui.MWMathIcons.css
Ed Sanders 70573daa0b Add support for display and ID attributes to VisualEditor
Change-Id: Ie65ff26c9e214f74b0217238a3def2242505d4c2
2014-11-24 19:24:06 +00:00

20 lines
369 B
CSS

.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);
}