mediawiki-extensions-Visual.../modules/ve-mw/themes/apex.css
Bartosz Dziewoński bba27be62e ve.ui.MWSaveDialog: Fix border radius styles after changes in OOUI
The OOUI selector has changed and we need to update ours, as we're losing the specificity fight.

Change-Id: I294c1c5480a335431542e10bcff234499001090d
2019-04-16 17:35:56 +02:00

29 lines
684 B
CSS

/*!
* VisualEditor Apex theme customizations.
*
* @copyright 2011-2019 VisualEditor Team and others; see http://ve.mit-license.org
*/
/* ve.ui.MWSaveDialog summary */
.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;
}
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
box-shadow: 0 0 0.5em rgba( 0, 0, 0, 0.2 );
}
/* Ace editor widget */
/* stylelint-disable-next-line selector-class-pattern */
.ve-ui-mwAceEditorWidget-readOnly .ace_editor {
background: #f8f9fa;
}