X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Foojs-ui-local.css;h=b98ba13d6a57011c7a033942ae90982f6816aff8;hb=3af04875626877013fe6181f727902088df85618;hp=57e0d8d8c661bc1b2a16b9514757ee9c9bdce132;hpb=d8d4ca82e96d924819ad1952af633316507853b4;p=lhc%2Fweb%2Fwiklou.git 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; }