mediawiki-extensions-Visual.../modules/ve-mw/themes/apex/widgets.css
Ed Sanders 2bc3bd75dd MWTransclusionDialog: Move box-shadows to Apex-only
Use solid borders for MW theme.

Change-Id: I4a5418d006adf0c7d47dc58624868cf6bb4b7de6
2017-03-30 17:03:35 +01:00

22 lines
520 B
CSS

/*!
* VisualEditor Apex theme widget customizations.
*
* @copyright 2011-2017 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 );
}