mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-11 14:06:37 +00:00
37711ca15c
* Combobox is now an input widget so doesn't need .input * Replace isValid with getValidity. * Remove 'Show line numbers' from inline mode, as it has no effect. * Remove no-longer required z-index hack. Bug: T150555 Change-Id: I3c4ac3cb6b174348cc3582469a86fb1a23ca7c51
19 lines
514 B
CSS
19 lines
514 B
CSS
/*!
|
|
* 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';
|
|
}
|
|
|
|
.ve-ui-mwSyntaxHighlightDialog-content .ve-ui-mwSyntaxHighlightWindow-languageField {
|
|
max-width: 30em;
|
|
}
|