UNPKG

5.39 kBCSSView Raw
1.list-group-item:last-child,
2.list-group-item:first-child {
3 border-radius: 0;
4}
5
6.list-group-item {
7 background: transparent;
8 border-bottom-width: 0;
9 border-left-width: 0;
10 border-right-width: 0;
11 font-weight: bold;
12}
13
14.list-group-item.active:hover {
15 background-color: #116cd6;
16}
17
18.row-file,
19.row-event-data,
20.row-listener {
21 width: 100%;
22}
23
24.row-module {
25 min-width: 150px;
26 max-width: 150px;
27}
28
29.row-event-name {
30 min-width: 300px;
31 max-width: 300px;
32}
33
34.row-size,
35.row-event-listener-count {
36 min-width: 70px;
37 max-width: 70px;
38}
39
40.row-event-data pre {
41 border-width: 0;
42}
43
44.row-listener-event-code code {
45 padding: 5px;
46}
47
48.disclosure-arrow {
49 width: 16px;
50 height: 16px;
51 margin-right: 2px;
52 background-color: #666;
53 float: left;
54 -webkit-mask-image: url(../vendor/entypo/triangle-right.svg);
55}
56
57.active .disclosure-arrow {
58 border-left-color: #fff;
59}
60
61.disclosure-arrow-expanded {
62 -webkit-mask-image: url(../vendor/entypo/triangle-down.svg);
63}
64
65.active .disclosure-arrow,
66.active .ipc-icon {
67 background-color: white;
68}
69
70.table-striped tr:nth-child(even),
71.table-striped > tbody > tr:nth-of-type(odd) {
72 background-color: #fff;
73}
74
75.table-striped > tbody > tr.active,
76.table-striped > tbody > tr.active .row-directory,
77.table-striped > tbody > tr.active .listener-count {
78 background-color: #116cd6;
79 color: #fff;
80}
81
82table:focus,
83tbody:focus,
84.toolbar-actions .btn:focus {
85 outline: 0 none;
86}
87
88.table-scroller,
89.table-scroller-with-tabs {
90 display: block;
91 overflow: scroll;
92 position: absolute;
93 top: 35px;
94 bottom: 0;
95 left: 0;
96 right: 0;
97}
98
99.table-scroller-with-tabs {
100 top: 62px;
101}
102
103.row-directory,
104.listener-count {
105 color: #bbb;
106 display: inline-block;
107 margin-left: 5px;
108}
109
110.row-directory:before {
111 content: '-';
112 padding-right: 5px;
113}
114
115.sidebar-icon {
116 width: 16px;
117 height: 16px;
118 margin-right: 10px;
119 background-color: black;
120 float: left;
121}
122
123.row-listener-event-name {
124 padding-left: 30px;
125}
126
127.row-listener-event-code {
128 padding-left: 45px;
129}
130
131.active .sidebar-icon {
132 background-color: white;
133}
134
135.sidebar-icon-graph {
136 -webkit-mask-image: url(../vendor/entypo/flow-tree.svg);
137}
138
139.sidebar-icon-events {
140 -webkit-mask-image: url(../vendor/entypo/old-phone.svg);
141}
142
143.sidebar-icon-ipc {
144 -webkit-mask-image: url(../vendor/entypo/swap.svg);
145}
146
147.sidebar-icon-lint {
148 -webkit-mask-image: url(../vendor/entypo/warning.svg);
149}
150
151.sidebar-icon-about {
152 -webkit-mask-image: url(../vendor/entypo/help-with-circle.svg);
153}
154
155.keybinding {
156 padding-bottom: 5px;
157}
158
159.ipc-icon {
160 width: 16px;
161 height: 16px;
162 margin-right: 10px;
163 background-color: #666;
164 float: left;
165}
166
167.ipc-icon-sent {
168 -webkit-mask-image: url(../vendor/entypo/arrow-up.svg);
169}
170
171.ipc-icon-received {
172 -webkit-mask-image: url(../vendor/entypo/arrow-down.svg);
173}
174
175.ipc-icon-sync {
176 -webkit-mask-image: url(../vendor/entypo/controller-paus.svg);
177}
178
179.toolbar-icon {
180 width: 16px;
181 height: 16px;
182 background-color: #666;
183 margin-right: 5px;
184 float: left;
185}
186
187.active .toolbar-icon {
188 background-color: #fff;
189}
190
191.toolbar-icon-record {
192 -webkit-mask-image: url(../vendor/entypo/controller-record.svg);
193}
194
195.toolbar-icon-stop {
196 -webkit-mask-image: url(../vendor/entypo/controller-stop.svg);
197}
198
199.toolbar-icon-block {
200 -webkit-mask-image: url(../vendor/entypo/block.svg);
201}
202
203.toolbar-icon-book {
204 -webkit-mask-image: url(../vendor/entypo/open-book.svg);
205}
206
207.toolbar-icon-funnel {
208 -webkit-mask-image: url(../vendor/entypo/funnel.svg);
209}
210
211.toolbar-icon-cycle {
212 -webkit-mask-image: url(../vendor/entypo/cycle.svg);
213}
214
215.toolbar-icon-bug {
216 -webkit-mask-image: url(../vendor/entypo/bug.svg);
217}
218
219.toolbar-actions .active,
220.toolbar-actions .active:focus,
221.toolbar-actions .active:hover {
222 color: #fff;
223 border: 1px solid transparent;
224 background-color: #6d6c6d;
225 background-image: none;
226 outline: none;
227}
228
229.lint-icon {
230 width: 18px;
231 height: 18px;
232 margin-right: 10px;
233 float: left;
234}
235
236.alert-lint-pass .lint-icon {
237 -webkit-mask-image: url(../vendor/entypo/check.svg);
238 background-color: #3c763d;
239}
240
241.alert-lint-fail .lint-icon {
242 -webkit-mask-image: url(../vendor/entypo/warning.svg);
243 background-color: #a94442;
244}
245
246.alert-lint-pass .lint-title {
247 color: #3c763d;
248}
249
250.alert-lint-fail .lint-title {
251 color: #a94442;
252}
253
254td.alert {
255 white-space: normal;
256}
257
258table code {
259 padding: 0;
260 -webkit-user-select: text;
261}
262
263table pre {
264 margin: 0;
265 padding: 0;
266 -webkit-user-select: text;
267}
268
269pre code span {
270 -webkit-user-select: text;
271}
272
273pre,
274code {
275 color: inherit;
276 background-color: inherit;
277}
278
279.row-event-data pre code {
280 white-space: nowrap;
281}
282
283.active pre,
284.active pre span,
285.active code,
286.active code span {
287 color: white !important;
288}
289
290.hljs {
291 padding: 0;
292 background: inherit;
293}
294
295.search-box {
296 width: 250px;
297 min-height: 24px;
298 max-height: 24px;
299}
300
301.search-box:focus {
302 box-shadow: 1px 1px 0 #6db3fd, -1px -1px 0 #6db3fd, -1px 1px 0 #6db3fd, 1px -1px 0 #6db3fd;
303}
304
305.btn-group .btn + .btn.active {
306 border-left: 1px solid transparent;
307}
308
309.btn-default:hover,
310.btn-default:focus,
311.btn-default:active,
312.btn-default:active:focus {
313 border-top-color: #c2c0c2;
314 border-right-color: #c2c0c2;
315 border-bottom-color: #a19fa1;
316 border-left-color: #c2c0c2;
317}
318
319.table-description {
320 margin: auto;
321 margin-top: 40px;
322 text-align: center;
323 font-size: 1.2em;
324 font-weight: 300;
325 color: #bbb;
326}
327
328.pane {
329 overflow-y: hidden;
330}