mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
122f49b2dd
Change-Id: I3c20809e71cc0da58123e1b5f29c4f3aac945496
29 lines
593 B
CSS
29 lines
593 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization DesktopArticleTarget Apex skin styles.
|
|
*
|
|
* @copyright 2011-2017 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-ui-overlay-global {
|
|
/* Match skin's font-size */
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar {
|
|
margin: -0.6em -3em 0.8em -3em;
|
|
position: relative;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbar .oo-ui-toolbar-bar {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.oo-ui-menuSelectWidget-item:hover {
|
|
background-color: #d5eaed;
|
|
}
|