mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 02:16:51 +00:00
11 lines
314 B
CSS
11 lines
314 B
CSS
|
/*!
|
||
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
||
|
*
|
||
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ui-mwParameterPage .ve-ui-mwParameter-wikitextFallbackInput {
|
||
|
font-family: Monospace;
|
||
|
background-color: #ddd;
|
||
|
}
|