2015-03-02 22:34:02 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
|
|
|
|
*
|
2016-01-03 22:56:59 +00:00
|
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
2015-03-02 22:34:02 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ce-mwTransclusionNode.oo-ui-iconElement {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 0.2em;
|
|
|
|
margin: -0.25em 0.15em 0 0.15em;
|
2015-03-09 18:59:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-mwTransclusionNode.oo-ui-iconElement .oo-ui-iconElement-icon {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 1.25em;
|
|
|
|
height: 1.25em;
|
2015-03-02 22:34:02 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
2015-03-05 23:26:46 +00:00
|
|
|
background-size: 24px 24px;
|
2015-03-02 22:34:02 +00:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|