mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/inspectors/ve.ui.MWLinkAnnotationInspector.css
Ed Sanders ff9bf1fcb3 Update VE core submodule to master (2c0224d)
New changes:
68959f2 Localisation updates from https://translatewiki.net.
2c0224d [BREAKING CHANGE] Link widget refactor
f81eefa [BREAKING CHANGE] Rename LinkInspector to LinkAnnotationInspector

Local changes:
Adjust for link inspector refactor

Create separate widgets for internal and external link
annotations. Remove annotation specific logic from link
target input widget.

Change-Id: I054c3fe7ac9c61fbc3302471abd58cab89fed5a4
2015-05-08 09:56:11 +01:00

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;
}