X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Foojs-ui-local.css;h=b98ba13d6a57011c7a033942ae90982f6816aff8;hp=ab780fed90302a8626d5c9aaa7fa5d6b483b8ef1;hb=2ca643810711d424d2bb6cd6cacdfc57e4fe1225;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721 diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css index ab780fed90..b98ba13d6a 100644 --- a/resources/src/oojs-ui-local.css +++ b/resources/src/oojs-ui-local.css @@ -1,7 +1,8 @@ -/* HACK: Set sane font-size for OOjs UI dialogs, in the most common case. This should be skin's - responsibility, but alas our skins tend to have the weirdest font-sizes on body. This shall be - removed when we make the MediaWiki skins bundled with tarball sane. (T91152) */ -body > .oo-ui-windowManager { - font-size: 12.8px; +/* HACK: Set sane font-size for OOUI dialogs (and menus/popups inside the default overlay), in + the most common case. This should be skin's responsibility, but alas our skins tend to have the + weirdest font-sizes on body. This shall be removed when we make the MediaWiki skins bundled with + tarball sane. (T91152) */ +body > .oo-ui-windowManager, +.oo-ui-defaultOverlay { font-size: 0.8rem; }