mediawiki-extensions-Visual.../modules/ve-mw/themes/apex.css
Thiemo Kreuz 218ac78960 Remove obsolete "search for a parameter" page and widgets
… as well as messages, CSS, and icons that are now unused.

Bug: T310859
Change-Id: I1a2797728788cf1a86299414c1430ded0b362d4e
2022-06-17 10:23:00 +02:00

25 lines
586 B
CSS

/*!
* VisualEditor Apex theme customizations.
*
* @copyright 2011-2020 VisualEditor Team and others; see http://ve.mit-license.org
*/
/* 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;
}