mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Follow-up I19da270a: Make overlay appear above non-VE skin items in Monobook"
This commit is contained in:
commit
268a852455
|
@ -7,6 +7,8 @@
|
|||
|
||||
.ve-init-mw-viewPageTarget-toolbar {
|
||||
margin: -0.6em -0.8em 1em -0.8em;
|
||||
/* So that the toolbar always appears over the overlay */
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
/* Correct for Monobook's small font in toolbars and contexts, but beware:
|
||||
|
@ -21,6 +23,7 @@
|
|||
}
|
||||
|
||||
.ve-ui-overlay {
|
||||
z-index: 2;
|
||||
/* So that the overlay always appears over the site logo, search box and personal tools */
|
||||
z-index: 4;
|
||||
font-size: 127%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue