blob: e1c31fca432d4b5c74a9bf37eb6c9a0ec6de8580 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/******************************************************************************/
/* Response Tab */
.netInfoBody .netInfoBodiesDiscarded {
font-style: italic;
color: gray;
}
.netInfoBody .netInfoResponseContent {
font-family: var(--monospace-font-family);
word-wrap: break-word;
}
.netInfoBody .responseTabBox img {
max-width: 300px;
max-height: 300px;
}
|