mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
d67543745f
Bug: T92868 Change-Id: I9387f17e0ff1cf88283f290488ce900418ef3150
24 lines
622 B
CSS
24 lines
622 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWAlienExtensionNode styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwAlienExtensionNode.oo-ui-iconElement {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0.2em;
|
|
margin: -0.25em 0.15em 0 0.15em;
|
|
}
|
|
|
|
.ve-ce-mwAlienExtensionNode.oo-ui-iconElement .oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 1.25em;
|
|
height: 1.25em;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: 24px 24px;
|
|
opacity: 0.5;
|
|
} |