mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
bba27be62e
The OOUI selector has changed and we need to update ours, as we're losing the specificity fight. Change-Id: I294c1c5480a335431542e10bcff234499001090d
30 lines
687 B
CSS
30 lines
687 B
CSS
/*!
|
|
* VisualEditor MediaWiki 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: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
|
border-radius: 2px;
|
|
border: 1px solid #a2a9b1;
|
|
}
|
|
|
|
/* Ace editor widget */
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.ve-ui-mwAceEditorWidget-readOnly .ace_editor {
|
|
background: #f3f3f3;
|
|
}
|