|
18 | 18 | clear: both;
|
19 | 19 | text-align: center;
|
20 | 20 | cursor: pointer;
|
| 21 | + background-color: #FFFFFF; |
| 22 | + box-shadow: 0 0 4px #DFDFDF; |
| 23 | + -moz-box-shadow: 0 0 4px #DFDFDF; |
| 24 | + -webkit-box-shadow: 0 0 4px #DFDFDF; |
21 | 25 | }
|
22 | 26 | #debug-icon a svg {
|
23 | 27 | margin: 8px;
|
|
47 | 51 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
48 | 52 | font-size: 16px;
|
49 | 53 | font-weight: 400;
|
| 54 | + background-color: #FFFFFF; |
| 55 | + color: #434343; |
50 | 56 | }
|
51 | 57 | #debug-bar h1 {
|
52 | 58 | display: flex;
|
|
62 | 68 | #debug-bar h2 {
|
63 | 69 | font-size: 16px;
|
64 | 70 | margin: 0;
|
65 |
| - padding: 5px 0 10px 0; |
| 71 | + padding: 5px 0 10px; |
66 | 72 | }
|
67 | 73 | #debug-bar h2 span {
|
68 | 74 | font-size: 13px;
|
|
92 | 98 | -webkit-border-radius: 4px;
|
93 | 99 | cursor: pointer;
|
94 | 100 | line-height: 15px;
|
| 101 | + background-color: #FFFFFF; |
95 | 102 | }
|
96 | 103 | #debug-bar button:hover {
|
97 | 104 | text-decoration: underline;
|
|
100 | 107 | border-collapse: collapse;
|
101 | 108 | font-size: 14px;
|
102 | 109 | line-height: normal;
|
103 |
| - margin: 5px 10px 15px 10px; |
| 110 | + margin: 5px 10px 15px; |
104 | 111 | width: calc(100% - 10px);
|
105 | 112 | }
|
106 | 113 | #debug-bar table strong {
|
107 | 114 | font-weight: 500;
|
| 115 | + color: #DD8615; |
108 | 116 | }
|
109 | 117 | #debug-bar table th {
|
110 | 118 | display: table-cell;
|
|
143 | 151 | display: flex;
|
144 | 152 | overflow: hidden;
|
145 | 153 | overflow-y: auto;
|
146 |
| - padding: 0 12px 0 12px; |
| 154 | + padding: 0 12px; |
147 | 155 | white-space: nowrap;
|
148 | 156 | z-index: 10000;
|
| 157 | + background-color: #FFFFFF; |
| 158 | + box-shadow: 0 0 4px #DFDFDF; |
| 159 | + -moz-box-shadow: 0 0 4px #DFDFDF; |
| 160 | + -webkit-box-shadow: 0 0 4px #DFDFDF; |
149 | 161 | }
|
150 | 162 | #debug-bar .toolbar .rotate {
|
151 | 163 | animation: toolbar-rotate 9s linear infinite;
|
|
162 | 174 | #debug-bar.fixed-top .tab {
|
163 | 175 | bottom: auto;
|
164 | 176 | top: 36px;
|
| 177 | + box-shadow: 0 1px 4px #DFDFDF; |
| 178 | + -moz-box-shadow: 0 1px 4px #DFDFDF; |
| 179 | + -webkit-box-shadow: 0 1px 4px #DFDFDF; |
165 | 180 | }
|
166 | 181 | #debug-bar #toolbar-position,
|
167 | 182 | #debug-bar #toolbar-theme {
|
|
188 | 203 | }
|
189 | 204 | #debug-bar .ci-label:hover {
|
190 | 205 | cursor: pointer;
|
| 206 | + background-color: #DFDFDF; |
191 | 207 | }
|
192 | 208 | #debug-bar .ci-label a {
|
193 | 209 | color: inherit;
|
|
214 | 230 | text-align: center;
|
215 | 231 | vertical-align: baseline;
|
216 | 232 | white-space: nowrap;
|
| 233 | + background-color: #DD4814; |
| 234 | + color: #FFFFFF; |
217 | 235 | }
|
218 | 236 | #debug-bar .tab {
|
219 | 237 | bottom: 35px;
|
|
226 | 244 | position: fixed;
|
227 | 245 | right: 0;
|
228 | 246 | z-index: 9999;
|
| 247 | + background-color: #FFFFFF; |
| 248 | + box-shadow: 0 -1px 4px #DFDFDF; |
| 249 | + -moz-box-shadow: 0 -1px 4px #DFDFDF; |
| 250 | + -webkit-box-shadow: 0 -1px 4px #DFDFDF; |
229 | 251 | }
|
230 | 252 | #debug-bar .timeline {
|
231 | 253 | margin-left: 0;
|
|
235 | 257 | border-left: 1px solid;
|
236 | 258 | font-size: 12px;
|
237 | 259 | font-weight: 200;
|
238 |
| - padding: 5px 5px 10px 5px; |
| 260 | + padding: 5px 5px 10px; |
239 | 261 | position: relative;
|
240 | 262 | text-align: left;
|
241 | 263 | }
|
|
268 | 290 | padding: 5px;
|
269 | 291 | position: absolute;
|
270 | 292 | top: 30%;
|
| 293 | + background-color: #DD8615; |
271 | 294 | }
|
272 | 295 | #debug-bar .timeline .timeline-parent {
|
273 | 296 | cursor: pointer;
|
|
305 | 328 | }
|
306 | 329 |
|
307 | 330 | .debug-view.show-view {
|
308 |
| - border: 1px solid; |
309 | 331 | margin: 4px;
|
| 332 | + border: 1px solid #DD8615; |
310 | 333 | }
|
311 | 334 |
|
312 | 335 | .debug-view-path {
|
|
316 | 339 | min-height: 16px;
|
317 | 340 | padding: 2px;
|
318 | 341 | text-align: left;
|
| 342 | + background-color: #FDC894; |
| 343 | + color: #434343; |
319 | 344 | }
|
320 | 345 |
|
321 | 346 | .show-view .debug-view-path {
|
|
330 | 355 | display: none !important;
|
331 | 356 | }
|
332 | 357 | }
|
333 |
| -#debug-icon { |
334 |
| - background-color: #FFFFFF; |
335 |
| - box-shadow: 0 0 4px #DFDFDF; |
336 |
| - -moz-box-shadow: 0 0 4px #DFDFDF; |
337 |
| - -webkit-box-shadow: 0 0 4px #DFDFDF; |
338 |
| -} |
339 | 358 | #debug-icon a:active,
|
340 | 359 | #debug-icon a:link,
|
341 | 360 | #debug-icon a:visited {
|
342 | 361 | color: #DD8615;
|
343 | 362 | }
|
344 | 363 |
|
345 |
| -#debug-bar { |
346 |
| - background-color: #FFFFFF; |
347 |
| - color: #434343; |
348 |
| -} |
349 | 364 | #debug-bar h1,
|
350 | 365 | #debug-bar h2,
|
351 | 366 | #debug-bar h3,
|
|
356 | 371 | #debug-bar thead,
|
357 | 372 | #debug-bar tr,
|
358 | 373 | #debug-bar td,
|
359 |
| -#debug-bar button, |
360 | 374 | #debug-bar .toolbar {
|
361 | 375 | background-color: transparent;
|
362 | 376 | color: #434343;
|
363 | 377 | }
|
364 |
| -#debug-bar button { |
365 |
| - background-color: #FFFFFF; |
366 |
| -} |
367 |
| -#debug-bar table strong { |
368 |
| - color: #DD8615; |
369 |
| -} |
370 | 378 | #debug-bar table tbody tr:hover {
|
371 | 379 | background-color: #DFDFDF;
|
372 | 380 | }
|
|
377 | 385 | background-color: #DD4814;
|
378 | 386 | color: #FFFFFF;
|
379 | 387 | }
|
380 |
| -#debug-bar .toolbar { |
381 |
| - background-color: #FFFFFF; |
382 |
| - box-shadow: 0 0 4px #DFDFDF; |
383 |
| - -moz-box-shadow: 0 0 4px #DFDFDF; |
384 |
| - -webkit-box-shadow: 0 0 4px #DFDFDF; |
385 |
| -} |
386 | 388 | #debug-bar .toolbar img {
|
387 | 389 | filter: brightness(0) invert(0.4);
|
388 | 390 | }
|
|
391 | 393 | -moz-box-shadow: 0 0 4px #DFDFDF;
|
392 | 394 | -webkit-box-shadow: 0 0 4px #DFDFDF;
|
393 | 395 | }
|
394 |
| -#debug-bar.fixed-top .tab { |
395 |
| - box-shadow: 0 1px 4px #DFDFDF; |
396 |
| - -moz-box-shadow: 0 1px 4px #DFDFDF; |
397 |
| - -webkit-box-shadow: 0 1px 4px #DFDFDF; |
398 |
| -} |
399 | 396 | #debug-bar .muted {
|
400 | 397 | color: #434343;
|
401 | 398 | }
|
|
412 | 409 | #debug-bar .ci-label.active {
|
413 | 410 | background-color: #DFDFDF;
|
414 | 411 | }
|
415 |
| -#debug-bar .ci-label:hover { |
416 |
| - background-color: #DFDFDF; |
417 |
| -} |
418 |
| -#debug-bar .ci-label .badge { |
419 |
| - background-color: #DD4814; |
420 |
| - color: #FFFFFF; |
421 |
| -} |
422 |
| -#debug-bar .tab { |
423 |
| - background-color: #FFFFFF; |
424 |
| - box-shadow: 0 -1px 4px #DFDFDF; |
425 |
| - -moz-box-shadow: 0 -1px 4px #DFDFDF; |
426 |
| - -webkit-box-shadow: 0 -1px 4px #DFDFDF; |
427 |
| -} |
428 | 412 | #debug-bar .timeline th,
|
429 | 413 | #debug-bar .timeline td {
|
430 | 414 | border-color: #DFDFDF;
|
431 | 415 | }
|
432 |
| -#debug-bar .timeline .timer { |
433 |
| - background-color: #DD8615; |
434 |
| -} |
435 |
| - |
436 |
| -.debug-view.show-view { |
437 |
| - border-color: #DD8615; |
438 |
| -} |
439 |
| - |
440 |
| -.debug-view-path { |
441 |
| - background-color: #FDC894; |
442 |
| - color: #434343; |
443 |
| -} |
444 | 416 |
|
445 | 417 | @media (prefers-color-scheme: dark) {
|
446 | 418 | #debug-icon {
|
|
468 | 440 | #debug-bar thead,
|
469 | 441 | #debug-bar tr,
|
470 | 442 | #debug-bar td,
|
471 |
| - #debug-bar button, |
472 | 443 | #debug-bar .toolbar {
|
473 | 444 | background-color: transparent;
|
474 | 445 | color: #DFDFDF;
|
|
520 | 491 | #debug-bar .muted:hover td {
|
521 | 492 | color: #DFDFDF;
|
522 | 493 | }
|
523 |
| - #debug-bar #toolbar-position, |
524 |
| - #debug-bar #toolbar-theme { |
525 |
| - filter: brightness(0) invert(0.6); |
526 |
| - } |
527 | 494 | #debug-bar .ci-label.active {
|
528 | 495 | background-color: #252525;
|
529 | 496 | }
|
|
580 | 547 | #toolbarContainer.dark #debug-bar thead,
|
581 | 548 | #toolbarContainer.dark #debug-bar tr,
|
582 | 549 | #toolbarContainer.dark #debug-bar td,
|
583 |
| -#toolbarContainer.dark #debug-bar button, |
584 | 550 | #toolbarContainer.dark #debug-bar .toolbar {
|
585 | 551 | background-color: transparent;
|
586 | 552 | color: #DFDFDF;
|
|
696 | 662 | #toolbarContainer.light #debug-bar thead,
|
697 | 663 | #toolbarContainer.light #debug-bar tr,
|
698 | 664 | #toolbarContainer.light #debug-bar td,
|
699 |
| -#toolbarContainer.light #debug-bar button, |
700 | 665 | #toolbarContainer.light #debug-bar .toolbar {
|
701 | 666 | background-color: transparent;
|
702 | 667 | color: #434343;
|
|
0 commit comments