mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
21 lines
578 B
CSS
21 lines
578 B
CSS
|
/*!
|
||
|
* 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;
|
||
|
}
|