summaryrefslogtreecommitdiffstats
path: root/devtools/client/jsonview/css/general.css
diff options
context:
space:
mode:
authoryami <34216515+kn-yami@users.noreply.github.com>2019-07-30 15:27:59 +0200
committeryami <34216515+kn-yami@users.noreply.github.com>2019-07-30 15:27:59 +0200
commit23e68227a2e3f3946fa4fd5589f338e6b36a6e56 (patch)
treea8ad7e25d26d66b4d8bf0fdd3fda5574f2dce9b8 /devtools/client/jsonview/css/general.css
parent3170ee7692ef30ee67f26219b19b2b4115c01a56 (diff)
downloadUXP-23e68227a2e3f3946fa4fd5589f338e6b36a6e56.tar
UXP-23e68227a2e3f3946fa4fd5589f338e6b36a6e56.tar.gz
UXP-23e68227a2e3f3946fa4fd5589f338e6b36a6e56.tar.lz
UXP-23e68227a2e3f3946fa4fd5589f338e6b36a6e56.tar.xz
UXP-23e68227a2e3f3946fa4fd5589f338e6b36a6e56.zip
Issue #1138 - Part 1: refactor the JSON Viewer stream converter
Mozilla Bug 1367894
Diffstat (limited to 'devtools/client/jsonview/css/general.css')
-rw-r--r--devtools/client/jsonview/css/general.css9
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;
+}