mediawiki-extensions-Visual.../modules/ve/ui/styles/ve.ui.Inspector.Icons-vector.css

29 lines
571 B
CSS
Raw Normal View History

/**
* VisualEditor user interface Inspector vector icon styles.
*
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-icon-clear {
/* @embed */
background-image: url(images/icons/remove.svg);
}
.ve-ui-icon-down,
.ve-ui-linkInspector-location {
/* @embed */
background-image: url(images/icons/down.svg);
}
.ve-ui-inspector-close {
/* @embed */
background-image: url(images/icons/move-rtl.svg);
}
.ve-ui-icon-link {
/* @embed */
background-image: url(images/icons/link.svg);
}