/** * 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); }