mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.MWVESwitchConfirmDialog.css
Ed Sanders fc9e0d88f6 Fix WikiEditor mode switcher widget
Broken by upstream CSS changes in OOUI.

Change-Id: I04c51f18624c09fd0030a8b73410a731216dd99c
2017-10-11 18:16:44 +01:00

32 lines
653 B
CSS

/*!
* VisualEditor MediaWiki Initialization edit switching styles.
*
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-init-mw-editSwitch {
float: right;
}
.ve-init-mw-editSwitch .oo-ui-toolbar-bar {
background: transparent;
box-shadow: none;
border: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup {
height: 32px;
border: 0;
margin: 0;
border-radius: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
padding-top: 32px;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
top: 32px;
}