| Index: chrome/browser/resources/net_internals/events_view.css
|
| diff --git a/chrome/browser/resources/net_internals/events_view.css b/chrome/browser/resources/net_internals/events_view.css
|
| index 914c72b3ff6b08509b5dac609c13d825356e27da..ed078a0786a9244551cad2612d6e54eae7755de6 100644
|
| --- a/chrome/browser/resources/net_internals/events_view.css
|
| +++ b/chrome/browser/resources/net_internals/events_view.css
|
| @@ -1,5 +1,4 @@
|
| -/*
|
| -Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| */
|
| @@ -96,6 +95,10 @@ found in the LICENSE file.
|
| color: green;
|
| }
|
|
|
| +#events-view-source-list-tbody .source_FILESTREAM {
|
| + color: #700070;
|
| +}
|
| +
|
| #events-view-source-list-tbody .source_NONE {
|
| color: red;
|
| }
|
|
|