mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/inspectors/ve.ui.MWLinkAnnotationInspector.css

21 lines
578 B
CSS
Raw Normal View History

/*!
* VisualEditor MediaWiki UserInterface MWLinkAnnotationInspector styles.
*
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwLinkAnnotationInspector-linkTypeSelect .oo-ui-buttonOptionWidget .oo-ui-buttonElement-button {
height: auto;
margin: 0;
padding: 0 0.5em;
color: #888;
}
.ve-ui-mwLinkAnnotationInspector-linkTypeSelect .oo-ui-optionWidget-selected .oo-ui-buttonElement-button {
background: #eee;
}
.ve-ui-mwLinkAnnotationInspector .oo-ui-iconElement-icon {
opacity: 0.4;
}