mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
18907dde5a
Depends-On: Ifaa74be266c048d87f94b4ae2df59cafc7aa155f Change-Id: Iedd1bd9ce17750ad8528c1a053293c4a7321c5de
29 lines
668 B
CSS
29 lines
668 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 textarea {
|
|
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;
|
|
}
|