mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
18 lines
390 B
CSS
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;
|
||
|
}
|