| Index: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
|
| index 64c11f594b55d5b9c6402f3e7316b3870b17e11c..b626af838c3ed43edafa95a2ff28a0996ac1271f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
|
| @@ -384,7 +384,8 @@
|
| .network-graph-bar.request-timing.dns,
|
| .network-graph-bar.request-timing.ssl,
|
| .network-graph-bar.request-timing.connecting,
|
| -.network-graph-bar.request-timing.blocking {
|
| +.network-graph-bar.request-timing.blocking,
|
| +.network-graph-bar.request-timing.push {
|
| margin: 3px 0;
|
| }
|
|
|
| @@ -393,7 +394,8 @@
|
| border: solid 1px #AAAAAA;
|
| }
|
|
|
| -.network-graph-bar.request-timing.receiving, -theme-preserve {
|
| +.network-graph-bar.request-timing.receiving, -theme-preserve,
|
| +.network-graph-bar.request-timing.receiving-push, -theme-preserve {
|
| background-color: #03A9F4;
|
| }
|
|
|
| @@ -421,6 +423,10 @@
|
| background-color: #AAAAAA;
|
| }
|
|
|
| +.network-graph-bar.request-timing.push, -theme-preserve {
|
| + background-color: #8CDBff;
|
| +}
|
| +
|
| .network-graph-bar.cached {
|
| background: hsl(0, 0%, 90%);
|
| }
|
| @@ -642,4 +648,4 @@
|
| font-size: 14px;
|
| text-align: center;
|
| line-height: 28px;
|
| -}
|
| +}
|
|
|