PluginProbe
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) / trunk
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) vtrunk
9.1.2 9.1.1 9.1.0 9.0.2 9.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 All 153 releases
wp-analytify / lib / wpb-sdk / assets / css / debug.css

debug.css in Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) trunk, at lib/wpb-sdk/assets/css/debug.css

81 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 label.fs-tag,
2 span.fs-tag {
3 background: #ffba00;
4 color: #fff;
5 display: inline-block;
6 border-radius: 3px;
7 padding: 5px;
8 font-size: 11px;
9 line-height: 11px;
10 vertical-align: baseline;
11 }
12
13 label.fs-tag.fs-warn,
14 span.fs-tag.fs-warn {
15 background: #ffba00;
16 }
17
18 label.fs-tag.fs-info,
19 span.fs-tag.fs-info {
20 background: #00a0d2;
21 }
22
23 label.fs-tag.fs-success,
24 span.fs-tag.fs-success {
25 background: #46b450;
26 }
27
28 label.fs-tag.fs-error,
29 span.fs-tag.fs-error {
30 background: #dc3232;
31 }
32
33 .fs-switch-label {
34 font-size: 20px;
35 line-height: 31px;
36 margin: 0 5px;
37 }
38
39 #fs_log_book table {
40 font-family: Consolas, Monaco, monospace;
41 font-size: 12px;
42 }
43
44 #fs_log_book table th {
45 color: #ccc;
46 }
47
48 #fs_log_book table tr {
49 background: #232525;
50 }
51
52 #fs_log_book table tr.alternate {
53 background: #2b2b2b;
54 }
55
56 #fs_log_book table tr td.fs-col--logger {
57 color: #5a7435;
58 }
59
60 #fs_log_book table tr td.fs-col--type {
61 color: #ffc861;
62 }
63
64 #fs_log_book table tr td.fs-col--function {
65 color: #a7b7b1;
66 font-weight: 700;
67 }
68
69 #fs_log_book table tr td.fs-col--message,
70 #fs_log_book table tr td.fs-col--message a {
71 color: #9a73ac !important;
72 }
73
74 #fs_log_book table tr td.fs-col--file {
75 color: #d07922;
76 }
77
78 #fs_log_book table tr td.fs-col--timestamp {
79 color: #6596be;
80 }
81