2012-10-24 22:20:41 +00:00
|
|
|
/**
|
|
|
|
* 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 {
|
2012-09-06 00:15:20 +00:00
|
|
|
/* @embed */
|
2012-10-24 22:20:41 +00:00
|
|
|
background-image: url(images/icons/remove.svg);
|
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.svg);
|
|
|
|
}
|
|
|
|
|
2012-10-24 22:20:41 +00:00
|
|
|
.ve-ui-inspector-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.svg);
|
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.svg);
|
2012-09-06 00:15:20 +00:00
|
|
|
}
|
2012-10-24 22:20:41 +00:00
|
|
|
|