mediawiki-extensions-Visual.../modules/ve/ui/styles/ve.ui.Inspector.Icons-raster.css
Rob Moen 9563f0880d UI context reorganization, inspector rewrite, iframe refactor, icon generalization
* Only show the inspector if the selected text has an inspectable annotation
* Replace the inline menu with a toolbar containing inspectable annotations
* Change the appearance of the inspector to match new mockups
* Add the trash can icon for removing annotations
* Move iframe handling code into a class that manages all that nonsense

Change-Id: I840f72426f9a9e50054a28de950393f0e9913153
2012-10-26 14:46:11 -07:00

28 lines
564 B
CSS

/**
* 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);
}