mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f8522b7aac
New changes: 4922429f7 Merge all theme overrides into single files Local changes: * Update extension.json module definitions for 4922429f7 * Merge all VE-MW theme overrides into single files Change-Id: Ie8bb4a78c3c50dd4e930f25f6f72bc2f395bd10c
23 lines
516 B
CSS
23 lines
516 B
CSS
/*!
|
|
* VisualEditor MediaWiki theme customizations.
|
|
*
|
|
* @copyright 2011-2018 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: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
|
border-radius: 2px;
|
|
border: 1px solid #a2a9b1;
|
|
}
|