X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Foojs-ui-local.css;h=148c4c728566fb69f9e3ad50efcf59d37ebda122;hb=a18476eab39dc201384c68cbd27228c5af32f7fc;hp=ab780fed90302a8626d5c9aaa7fa5d6b483b8ef1;hpb=8ed7922a5ddda7e8861c232eb6f953d31e679a32;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css index ab780fed90..148c4c7285 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 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; }