2015-10-19 22:27:16 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor UserInterface MWSyntaxHighlightDialog styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ui-mwSyntaxHighlightDialog-content .ve-ui-mwExtensionWindow-input {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSyntaxHighlightDialog-content .ve-ui-mwExtensionWindow-input textarea {
|
|
|
|
font-family: monospace, Courier;
|
2015-10-20 14:20:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSyntaxHighlightDialog-content .oo-ui-comboBoxWidget > .oo-ui-menuSelectWidget {
|
|
|
|
/* Force combo box dropdowns to appear above Ace editor */
|
|
|
|
z-index: 10;
|
2015-10-19 22:27:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSyntaxHighlightDialog-content .ve-ui-mwSyntaxHighlightWindow-languageField {
|
|
|
|
max-width: 30em;
|
|
|
|
}
|