mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-18 19:55:55 +00:00
42 lines
843 B
CSS
42 lines
843 B
CSS
|
/*!
|
||
|
* VisualEditor MediaWiki UserInterface vector icon styles.
|
||
|
*
|
||
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ui-icon-reference {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/reference.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-icon-references {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/references.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-icon-language {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/language.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-icon-template {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/template.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-icon-parameter {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/parameter.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-icon-parameter-set {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/parameter-set.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-icon-source {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/source.svg);
|
||
|
}
|