2015-10-27 15:28:40 +00:00
|
|
|
/*!
|
2018-03-28 15:59:33 +00:00
|
|
|
* VisualEditor Apex 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 */
|
|
|
|
|
2019-07-16 13:28:25 +00:00
|
|
|
.ve-ui-mwSaveDialog-withOptions .ve-ui-mwSaveDialog-summary .oo-ui-inputWidget-input {
|
2015-10-27 15:28:40 +00:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-options {
|
|
|
|
border-bottom-right-radius: 0.25em;
|
|
|
|
border-bottom-left-radius: 0.25em;
|
|
|
|
}
|
2017-03-30 16:03:35 +00:00
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
|
|
|
box-shadow: 0 0 0.5em rgba( 0, 0, 0, 0.2 );
|
|
|
|
}
|
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: #f8f9fa;
|
|
|
|
}
|