mediawiki-extensions-Visual.../modules/ve-mw/themes/apex/widgets.css
Ed Sanders 926d39d54d MWSaveDialog: Fix styling of border radii
Remove bottom border radii from the <textarea> and apply to
the options bar instead.

Apply different values for Apex and MediaWiki themes.

Change-Id: If727863a87547692ee499d2141c0418658609412
2015-11-03 01:20:52 +00:00

18 lines
390 B
CSS

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