mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
12 lines
347 B
CSS
12 lines
347 B
CSS
|
/**
|
||
|
* VisualEditor MediaWiki initialization ViewPageTarget vector icon styles.
|
||
|
*
|
||
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-init-mw-viewPageTarget-saveDialog-closeButton {
|
||
|
/* @embed */
|
||
|
background-image: url(../../../ui/styles/images/icons/collapse.svg);
|
||
|
}
|