mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Issue #1138 - Part 1: refactor the JSON Viewer stream converter
Mozilla Bug 1367894
This commit is contained in:
parent
aa1fc0720e
commit
8f1e1f40c7
4 changed files with 153 additions and 194 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue