mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
e5cbe69187
Bug: T283943 Change-Id: I23ae2350dfb9100ed6604fc93628c616c41ab2e1
32 lines
746 B
CSS
32 lines
746 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwParameterPage .ve-ui-mwParameter-wikitextFallbackInput {
|
|
/* Support: Blink, Gecko, Webkit */
|
|
/* Specify a valid second value to fix size, see T176636 */
|
|
font-family: monospace, monospace;
|
|
background-color: #c8ccd1;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-warning {
|
|
color: #202122; /* @wmui-color-base10 */
|
|
font-weight: normal;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-warning .oo-ui-iconElement-icon {
|
|
opacity: 0.87;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-info {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-inlineDescription {
|
|
position: relative;
|
|
}
|