mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
b370bbd0bc
* Moved icons into Illustrator (used to be in Photoshop) * Added SVG icons too * Added support for devices with pixel ratio > 1 (they use SVG) * Cleaned up icons (little rendering errors here and there) * Organized icons into their own folder * Increased the horizontal margin of the down arrows in the formatting (in the toolbar) and location (in the link inspector) drop down menus Change-Id: I29b7084c9b1145051b2a76f514cfca9826d53ddb
26 lines
457 B
CSS
26 lines
457 B
CSS
/**
|
|
* VisualEditor MediaWiki 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;
|
|
}
|
|
|
|
.ve-ui-toolbar-wrapper {
|
|
margin: -0.6em -3em 0.8em -3em;
|
|
position: relative;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.ve-ui-toolbar {
|
|
display: none;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.ve-ui-menu-item:hover {
|
|
background-color: #d5eaed;
|
|
}
|