| Index: third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| index 741ba567883b4f281d7f6e6153aa7f697c2d8be8..d8dfd1840006fd64251a306499f0287ae7bc3a23 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
|
| @@ -159,10 +159,15 @@
|
| background-color: #00C853;
|
| }
|
|
|
| -.network-timing-bar.receiving, -theme-preserve {
|
| +.network-timing-bar.receiving, -theme-preserve,
|
| +.network-timing-bar.receiving-push, -theme-preserve {
|
| background-color: #03A9F4;
|
| }
|
|
|
| +.network-timing-bar.push, -theme-preserve {
|
| + background-color: #8CDBff;
|
| +}
|
| +
|
| .network-timing-bar.proxy,
|
| .network-timing-bar.dns,
|
| .network-timing-bar.ssl,
|
| @@ -239,4 +244,4 @@
|
| .network-blocked-urls {
|
| border-top: 1px solid #dadada;
|
| flex: 104px 0 0;
|
| -}
|
| +}
|
|
|