| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 border-style: solid; | 370 border-style: solid; |
| 371 border-color: hsl(0, 0%, 75%); | 371 border-color: hsl(0, 0%, 75%); |
| 372 background: linear-gradient(0deg, hsl(0, 0%, 85%), hsl(0, 0%, 95%)); | 372 background: linear-gradient(0deg, hsl(0, 0%, 85%), hsl(0, 0%, 95%)); |
| 373 } | 373 } |
| 374 | 374 |
| 375 .network-graph-bar.waiting:not(.request-timing) { | 375 .network-graph-bar.waiting:not(.request-timing) { |
| 376 opacity: 0.5; | 376 opacity: 0.5; |
| 377 } | 377 } |
| 378 | 378 |
| 379 /* Resource categories */ | 379 /* Resource categories */ |
| 380 | 380 /* TODO(allada) Remove these when we remove canvas timeline experiment */ |
| 381 .network-graph-bar.request-timing.queueing, | 381 .network-graph-bar.request-timing.queueing, |
| 382 .network-graph-bar.request-timing.total, | 382 .network-graph-bar.request-timing.total, |
| 383 .network-graph-bar.request-timing.proxy, | 383 .network-graph-bar.request-timing.proxy, |
| 384 .network-graph-bar.request-timing.dns, | 384 .network-graph-bar.request-timing.dns, |
| 385 .network-graph-bar.request-timing.ssl, | 385 .network-graph-bar.request-timing.ssl, |
| 386 .network-graph-bar.request-timing.connecting, | 386 .network-graph-bar.request-timing.connecting, |
| 387 .network-graph-bar.request-timing.blocking, | 387 .network-graph-bar.request-timing.blocking, |
| 388 .network-graph-bar.request-timing.push { | 388 .network-graph-bar.request-timing.push { |
| 389 margin: 3px 0; | 389 margin: 3px 0; |
| 390 } | 390 } |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 | 699 |
| 700 .network-timeline-header .sort-ascending.sort-order-icon { | 700 .network-timeline-header .sort-ascending.sort-order-icon { |
| 701 display: block; | 701 display: block; |
| 702 background-position: -4px -111px; | 702 background-position: -4px -111px; |
| 703 } | 703 } |
| 704 | 704 |
| 705 .network-timeline-header .sort-descending.sort-order-icon { | 705 .network-timeline-header .sort-descending.sort-order-icon { |
| 706 display: block; | 706 display: block; |
| 707 background-position: -20px -99px; | 707 background-position: -20px -99px; |
| 708 } | 708 } |
| OLD | NEW |