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 */ | 4 */ |
5 | 5 |
6 #events-view-filter-box { | 6 #events-view-filter-box { |
7 background: #efefef; | 7 background: #efefef; |
8 border-bottom: 1px solid #aaa; | 8 border-bottom: 1px solid #aaa; |
9 font-family: sans-serif; | |
10 font-size: 75%; | 9 font-size: 75%; |
11 overflow: hidden; | 10 overflow: hidden; |
12 padding: 5px; | 11 padding: 5px; |
13 white-space: nowrap; | 12 white-space: nowrap; |
14 } | 13 } |
15 | 14 |
16 #events-view-filter-box input { | 15 #events-view-filter-box input { |
17 width: 100%; | 16 width: 100%; |
18 } | 17 } |
19 | 18 |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 color: rgb(112, 0, 112); | 97 color: rgb(112, 0, 112); |
99 } | 98 } |
100 | 99 |
101 #events-view-source-list-tbody .source-ipv6-probe-job { | 100 #events-view-source-list-tbody .source-ipv6-probe-job { |
102 color: rgb(235, 0, 0); | 101 color: rgb(235, 0, 0); |
103 } | 102 } |
104 | 103 |
105 #events-view-source-list-tbody .source-none { | 104 #events-view-source-list-tbody .source-none { |
106 color: rgb(235, 0, 0); | 105 color: rgb(235, 0, 0); |
107 } | 106 } |
OLD | NEW |