mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
89b79bb373
Depends on I175fe468 in VisualEditor core. Bug: T91152 Change-Id: I08c80cec84242eabd3da5bd3c829022df3e21636
29 lines
575 B
CSS
29 lines
575 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-ui-overlay-global {
|
|
/* Match skin's font-size */
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar {
|
|
margin: -0.6em -3em 0.8em -3em;
|
|
position: relative;
|
|
}
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar .oo-ui-toolbar-bar {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.oo-ui-menuSelectWidget-item:hover {
|
|
background-color: #d5eaed;
|
|
}
|