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=57e0d8d8c661bc1b2a16b9514757ee9c9bdce132;hb=2ca643810711d424d2bb6cd6cacdfc57e4fe1225;hpb=d19826aa35b206847a568a4b2c1c9ffaa615fca5 diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css index 57e0d8d8c6..b98ba13d6a 100644 --- a/resources/src/oojs-ui-local.css +++ b/resources/src/oojs-ui-local.css @@ -1,6 +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 { +/* 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; }