summaryrefslogtreecommitdiff
path: root/resources/src/oojs-ui-local.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/oojs-ui-local.css')
-rw-r--r--resources/src/oojs-ui-local.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css
new file mode 100644
index 00000000..ab780fed
--- /dev/null
+++ b/resources/src/oojs-ui-local.css
@@ -0,0 +1,7 @@
+/* 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;
+ font-size: 0.8rem;
+}