2015-10-27 15:28:40 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki theme widget customizations.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see http://ve.mit-license.org
|
2015-10-27 15:28:40 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* ve.ui.MWSaveDialog summary */
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-summary textarea {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwSaveDialog-options {
|
2017-08-16 21:03:49 +00:00
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
border-bottom-left-radius: 2px;
|
2015-10-27 15:28:40 +00:00
|
|
|
}
|
2017-03-30 16:03:35 +00:00
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
2017-08-16 21:03:49 +00:00
|
|
|
border-radius: 2px;
|
2017-03-30 16:03:35 +00:00
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
}
|