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
22 lines
513 B
CSS
22 lines
513 B
CSS
/*!
|
|
* VisualEditor Apex 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: 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 );
|
|
}
|