diff options
Diffstat (limited to 'devtools/client/jsonview/css/general.css')
-rw-r--r-- | devtools/client/jsonview/css/general.css | 9 |
1 files changed, 7 insertions, 2 deletions
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; +} |