OLD | NEW |
1 /* | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
3 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 3 found in the LICENSE file. |
5 */ | 4 */ |
6 | 5 |
7 #events-view-filter-box { | 6 #events-view-filter-box { |
8 background: #efefef; | 7 background: #efefef; |
9 padding: 5px; | 8 padding: 5px; |
10 border-bottom: 1px solid gray; | 9 border-bottom: 1px solid gray; |
11 overflow: hidden; | 10 overflow: hidden; |
12 } | 11 } |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 } | 88 } |
90 | 89 |
91 #events-view-source-list-tbody .source_UDP_SOCKET { | 90 #events-view-source-list-tbody .source_UDP_SOCKET { |
92 color: #803030; | 91 color: #803030; |
93 } | 92 } |
94 | 93 |
95 #events-view-source-list-tbody .source_PROXY_SCRIPT_DECIDER { | 94 #events-view-source-list-tbody .source_PROXY_SCRIPT_DECIDER { |
96 color: green; | 95 color: green; |
97 } | 96 } |
98 | 97 |
| 98 #events-view-source-list-tbody .source_FILESTREAM { |
| 99 color: #700070; |
| 100 } |
| 101 |
99 #events-view-source-list-tbody .source_NONE { | 102 #events-view-source-list-tbody .source_NONE { |
100 color: red; | 103 color: red; |
101 } | 104 } |
OLD | NEW |