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

28 lines
564 B
CSS
Raw Normal View History

/**
* VisualEditor user interface Inspector raster 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.png);
}
.ve-ui-icon-down,
.ve-ui-linkInspector-location {
/* @embed */
background-image: url(images/icons/down.png);
}
.ve-ui-icon-close {
/* @embed */
background-image: url(images/icons/move-rtl.png);
}
.ve-ui-icon-link {
/* @embed */
background-image: url(images/icons/link.png);
}