mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Merge "Fix position of context icons."
This commit is contained in:
commit
c244efe1ac
|
@ -40,13 +40,15 @@
|
|||
}
|
||||
|
||||
.es-contextView-position-above .es-contextView-icon {
|
||||
/* @embed */
|
||||
background-image: url(images/arrow-up.png);
|
||||
background-position: 4px 4px;
|
||||
background-position: 50% 4px;
|
||||
}
|
||||
|
||||
.es-contextView-position-below .es-contextView-icon {
|
||||
/* @embed */
|
||||
background-image: url(images/arrow-down.png);
|
||||
background-position: 4px 5px;
|
||||
background-position: 50% 5px;
|
||||
}
|
||||
.es-contextView-position-above .es-contextView-icon:hover,
|
||||
.es-contextView-position-below .es-contextView-icon:hover {
|
||||
|
@ -99,4 +101,4 @@
|
|||
|
||||
.es-contextView .es-toolbarGroup {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue