mediawiki-extensions-Visual.../modules/ve/init/mw/styles/ve.init.mw.ViewPageTarget-apex.css
Trevor Parscal a1ba65cc31 Utilizing RL skinStyles for skin-specific ve.init styles
Change-Id: I4b2ed55289be5dceee3e3fbdf305b4ff81d80189
2012-08-17 13:16:25 -07:00

26 lines
469 B
CSS

/**
* VisualEditor initialization ViewPageTarget Apex skin styles.
*
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-surface {
margin-top: 0.8em;
}
.es-toolbar-wrapper {
margin: -0.9em -3em 0.8em -3em;
position: relative;
}
.es-toolbar {
display: none;
line-height: 1.5em;
}
.es-menuView-item:hover {
background-color: #d5eaed;
background-color: rgba(213, 234, 237, 0.75);
}