PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 All 502 releases
jetpack / 3rd-party / debug-bar / debug-bar.css

debug-bar.css in Jetpack – WP Security, Backup, Speed, & Growth 16.2, at 3rd-party/debug-bar/debug-bar.css

57 lines 982 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .jetpack-search-debug-bar h2,
2 .qm-debug-bar-output .jetpack-search-debug-bar h2 {
3 float: none !important;
4 padding: 0 !important;
5 text-align: left !important;
6 }
7
8 .qm-debug-bar-output .jetpack-search-debug-bar h2 {
9 margin-top: 1em !important;
10 }
11
12 .qm-debug-bar-output .jetpack-search-debug-bar h2:first-child {
13 margin-top: 0.5em !important;
14 }
15
16 .debug-menu-target h3 {
17 padding-top: 0;
18 }
19
20 .jetpack-search-debug-output-toggle .print-r {
21 display: none;
22 }
23
24 .json-toggle-wrap {
25 position: relative;
26 }
27
28 .json-toggle-wrap .toggle {
29 position: absolute;
30 bottom: 10px;
31 right: 10px;
32 background: #fff;
33 border: 1px solid #000;
34 cursor: pointer;
35 padding: 2px 4px;
36 }
37
38 .json-toggle-wrap .ugly {
39 display: none;
40 }
41
42 .json-toggle-wrap.pretty .pretty {
43 display: none;
44 }
45
46 .json-toggle-wrap.pretty .ugly {
47 display: inline;
48 }
49
50 .jetpack-search-debug-bar pre {
51 white-space: pre-wrap;
52 white-space: -moz-pre-wrap;
53 white-space: -pre-wrap;
54 white-space: -o-pre-wrap;
55 overflow-wrap: break-word;
56 }
57