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
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
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
|
|
|
|
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;
|
|
|
|
}
|