mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #1138 - Part 3: avoid quirks mode in JSON Viewer
Mozilla Bug 1368899
This commit is contained in:
parent
32b3994a7b
commit
55d401707c
3 changed files with 146 additions and 127 deletions
|
|
@ -30,6 +30,7 @@ pre {
|
|||
|
||||
#json {
|
||||
display: none;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
@ -43,9 +44,3 @@ 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