2014-07-29 19:07:30 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWLinkTargetInputWidget styles.
|
|
|
|
*
|
2015-01-08 23:54:03 +00:00
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
2014-07-29 19:07:30 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2015-04-28 10:40:27 +00:00
|
|
|
.ve-ui-mwLinkTargetInputWidget {
|
|
|
|
margin-top: 2.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ve-ui-mwLinkTargetInputWidget-linkTypeSelect {
|
|
|
|
position: absolute;
|
|
|
|
top: -1.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwLinkTargetInputWidget-linkTypeSelect .oo-ui-buttonOptionWidget .oo-ui-buttonElement-button {
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0.5em;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwLinkTargetInputWidget-linkTypeSelect .oo-ui-optionWidget-selected .oo-ui-buttonElement-button {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwLinkTargetInputWidget .oo-ui-iconElement-icon {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Warning text for invalid titles (bug 62761) */
|
2014-07-29 19:07:30 +00:00
|
|
|
|
|
|
|
.ve-ui-mwLinkTargetInputWidget-warning {
|
|
|
|
color: #d45353;
|
|
|
|
font-weight: bold;
|
2014-11-20 01:02:44 +00:00
|
|
|
}
|