X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Foojs-ui-local.css;h=148c4c728566fb69f9e3ad50efcf59d37ebda122;hb=d650ed4b8a61e986df3cd3693ea1d516c8ce227f;hp=57e0d8d8c661bc1b2a16b9514757ee9c9bdce132;hpb=03cd9495a4dac1c1cda738d52e74b553b977beb8;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css index 57e0d8d8c6..148c4c7285 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 OOjs UI 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; }