mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
926d39d54d
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
18 lines
393 B
CSS
18 lines
393 B
CSS
/*!
|
|
* VisualEditor MediaWiki 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.1em;
|
|
border-bottom-left-radius: 0.1em;
|
|
}
|