mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
a1ba65cc31
Change-Id: I4b2ed55289be5dceee3e3fbdf305b4ff81d80189
26 lines
469 B
CSS
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);
|
|
}
|