2012-10-24 22:20:41 +00:00
|
|
|
/**
|
|
|
|
* 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 {
|
2012-09-06 00:15:20 +00:00
|
|
|
/* @embed */
|
2012-10-24 22:20:41 +00:00
|
|
|
background-image: url(images/icons/remove.png);
|
2012-09-06 00:15:20 +00:00
|
|
|
}
|
|
|
|
|
2012-10-24 22:20:41 +00:00
|
|
|
.ve-ui-icon-down,
|
2012-09-06 00:15:20 +00:00
|
|
|
.ve-ui-linkInspector-location {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(images/icons/down.png);
|
|
|
|
}
|
|
|
|
|
2012-10-24 22:20:41 +00:00
|
|
|
.ve-ui-icon-close {
|
2012-09-06 00:15:20 +00:00
|
|
|
/* @embed */
|
2012-10-24 22:20:41 +00:00
|
|
|
background-image: url(images/icons/move-rtl.png);
|
2012-09-06 00:15:20 +00:00
|
|
|
}
|
|
|
|
|
2012-10-24 22:20:41 +00:00
|
|
|
.ve-ui-icon-link {
|
2012-09-06 00:15:20 +00:00
|
|
|
/* @embed */
|
2012-10-24 22:20:41 +00:00
|
|
|
background-image: url(images/icons/link.png);
|
2012-09-06 00:15:20 +00:00
|
|
|
}
|