mediawiki-extensions-Visual.../modules/ve-mw/themes/apex.css
Ed Sanders d42a0772bb Move verbose copyright message to AUTHORS.txt
Avoids having to update the date in every file every year,
which we stopped doing.

Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
2023-12-01 16:07:39 +00:00

25 lines
532 B
CSS

/*!
* VisualEditor Apex theme customizations.
*
* @copyright See AUTHORS.txt
*/
/* ve.ui.MWSaveDialog summary */
.ve-ui-mwSaveDialog-withOptions .ve-ui-mwSaveDialog-summary .oo-ui-inputWidget-input {
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;
}
/* Ace editor widget */
/* stylelint-disable-next-line selector-class-pattern */
.ve-ui-mwAceEditorWidget-readOnly .ace_editor {
background: #f8f9fa;
}