mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
1b1b95acd4
Change-Id: I489e45a587e2c10cfb60ade2b5f180f872495324
40 lines
776 B
CSS
40 lines
776 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-handle {
|
|
height: 24px;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
|
|
height: auto;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
|
|
top: 32px;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupWidget-head {
|
|
font-weight: bold;
|
|
}
|