From 5296fc991ca9d12414bfd413f672addb31a6b179 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 24 Sep 2022 12:11:06 +0200 Subject: [PATCH] Restore the old fonts in the `errorWrapper` (PR 15438 follow-up) This only applies to the GENERIC viewer, hence we use the pre-processor to exclude it from the Firefox PDF Viewer. --- web/viewer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 6708f009bb72d..7c28f01d5120f 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -320,6 +320,10 @@ body { font: message-box; } +/*#if !MOZCENTRAL*/ +#errorWrapper, +#errorWrapper button, +/*#endif*/ .toolbar input, .toolbar button, .toolbar select,