| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * 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 |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 4 */ | |
| 5 | 4 |
| 6 #events-view-filter-box { | 5 #events-view-filter-box { |
| 7 background: #efefef; | 6 background: #efefef; |
| 8 border-bottom: 1px solid #aaa; | 7 border-bottom: 1px solid #aaa; |
| 9 overflow: hidden; | 8 overflow: hidden; |
| 10 padding: 5px; | 9 padding: 5px; |
| 11 white-space: nowrap; | 10 white-space: nowrap; |
| 12 } | 11 } |
| 13 | 12 |
| 14 #events-view-filter-box input { | 13 #events-view-filter-box input { |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 color: rgb(112, 0, 112); | 94 color: rgb(112, 0, 112); |
| 96 } | 95 } |
| 97 | 96 |
| 98 #events-view-source-list-tbody .source-ipv6-probe-job { | 97 #events-view-source-list-tbody .source-ipv6-probe-job { |
| 99 color: rgb(235, 0, 0); | 98 color: rgb(235, 0, 0); |
| 100 } | 99 } |
| 101 | 100 |
| 102 #events-view-source-list-tbody .source-none { | 101 #events-view-source-list-tbody .source-none { |
| 103 color: rgb(235, 0, 0); | 102 color: rgb(235, 0, 0); |
| 104 } | 103 } |
| OLD | NEW |