From 23e68227a2e3f3946fa4fd5589f338e6b36a6e56 Mon Sep 17 00:00:00 2001 From: yami <34216515+kn-yami@users.noreply.github.com> Date: Tue, 30 Jul 2019 15:27:59 +0200 Subject: Issue #1138 - Part 1: refactor the JSON Viewer stream converter Mozilla Bug 1367894 --- devtools/client/jsonview/css/general.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'devtools/client/jsonview/css/general.css') diff --git a/devtools/client/jsonview/css/general.css b/devtools/client/jsonview/css/general.css index 0c68d65e7..89b3b3c98 100644 --- a/devtools/client/jsonview/css/general.css +++ b/devtools/client/jsonview/css/general.css @@ -28,8 +28,7 @@ pre { font-family: var(--monospace-font-family); } -#json, -#headers { +#json { display: none; } @@ -44,3 +43,9 @@ body.theme-dark { .theme-dark pre { background-color: var(--theme-body-background); } + +/******************************************************************************/ +/* Fixes for quirks mode */ +table { + font: inherit; +} -- cgit v1.2.3