| Index: Source/devtools/front_end/cssNamedFlows.css
|
| diff --git a/Source/devtools/front_end/cssNamedFlows.css b/Source/devtools/front_end/cssNamedFlows.css
|
| index 62b530f36fbdb7c3bdbc785c42eba41979275d6a..e7225d3af8fca5713bd76622d9131fd13d09fc5e 100644
|
| --- a/Source/devtools/front_end/cssNamedFlows.css
|
| +++ b/Source/devtools/front_end/cssNamedFlows.css
|
| @@ -32,7 +32,7 @@
|
| }
|
|
|
| .css-named-flow-collections-view .tabbed-pane-header {
|
| - background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
|
| + background: linear-gradient(to bottom, rgb(236, 236, 236), rgb(217, 217, 217));
|
| }
|
|
|
| .css-named-flow-collections-view .info {
|
|
|