Only apply font fix to global overlay

Bug: T141262
Change-Id: I6a99eefc683bb72c79bf13de2a1f89c37c443310
This commit is contained in:
Ed Sanders 2016-07-25 14:48:49 +01:00
parent 6dd4f1665e
commit d86bdccf89

View file

@ -7,7 +7,7 @@
.ve-init-mw-desktopArticleTarget-toolbar,
.ve-init-mw-desktopArticleTarget > .ve-ui-debugBar,
.ve-ui-overlay {
.ve-ui-overlay-global {
/* Enforce different font-size for all UI elements of VisualEditor */
font-size: 0.8em;
}