mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
2f8b3e0d96
Change-Id: Ie92dab7411116d3410195c3fb0a3513c664c0c30
25 lines
518 B
CSS
25 lines
518 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Apex skin styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.skin-apex .ve-ui-surface {
|
|
margin-top: 0.8em;
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar {
|
|
margin: -0.6em -3em 0.8em -3em;
|
|
position: relative;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar .oo-ui-toolbar-bar {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.oo-ui-menuSelectWidget-item:hover {
|
|
background-color: #d5eaed;
|
|
}
|