mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
0ffd654bed
Change-Id: Ic469ebda2c061dc7da0b4c1625f43a7be55da4fa
25 lines
512 B
CSS
25 lines
512 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Apex skin styles.
|
|
*
|
|
* @copyright 2011-2014 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-menuWidget-item:hover {
|
|
background-color: #d5eaed;
|
|
}
|