mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/pages/ve.ui.MWParameterPage.css
Andrew Kostka de2f5b3055 Add a combo box for suggested values in the transclusion dialog
Bug: T271898
Change-Id: Ic637eea2cac45f79234b62c787e1b76d68b61570
2021-04-08 16:10:22 +02:00

24 lines
623 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;
}