2015-10-27 15:28:40 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor Apex theme widget customizations.
|
|
|
|
*
|
2017-01-03 16:58:33 +00:00
|
|
|
* @copyright 2011-2017 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 {
|
|
|
|
border-bottom-right-radius: 0.25em;
|
|
|
|
border-bottom-left-radius: 0.25em;
|
|
|
|
}
|
2017-03-30 16:03:35 +00:00
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
|
|
|
box-shadow: 0 0 0.5em rgba( 0, 0, 0, 0.2 );
|
|
|
|
}
|