2015-10-27 15:28:40 +00:00
|
|
|
/*!
|
2018-03-28 15:59:33 +00:00
|
|
|
* VisualEditor MediaWiki theme customizations.
|
2015-10-27 15:28:40 +00:00
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see http://ve.mit-license.org
|
2015-10-27 15:28:40 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* ve.ui.MWSaveDialog summary */
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-summary textarea {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-options {
|
2017-08-16 21:03:49 +00:00
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
border-bottom-left-radius: 2px;
|
2015-10-27 15:28:40 +00:00
|
|
|
}
|
2017-03-30 16:03:35 +00:00
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
2017-08-16 21:03:49 +00:00
|
|
|
border-radius: 2px;
|
2017-03-30 16:03:35 +00:00
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
}
|
2019-02-08 19:18:22 +00:00
|
|
|
|
|
|
|
/* Ace editor widget */
|
|
|
|
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
|
|
.ve-ui-mwAceEditorWidget-readOnly .ace_editor {
|
|
|
|
background: #f3f3f3;
|
|
|
|
}
|