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 .destination-list-item { | 5 .destination-list-item { |
6 -webkit-padding-end: 2px; | 6 -webkit-padding-end: 2px; |
7 -webkit-padding-start: 18px; | 7 -webkit-padding-start: 18px; |
8 -webkit-transition: background-color 150ms; | 8 -webkit-transition: background-color 150ms; |
9 cursor: default; | 9 cursor: default; |
10 padding-bottom: 3px; | 10 padding-bottom: 3px; |
(...skipping 17 matching lines...) Expand all Loading... | |
28 width: 24px; | 28 width: 24px; |
29 } | 29 } |
30 | 30 |
31 .destination-list-item-name { | 31 .destination-list-item-name { |
32 vertical-align: middle; | 32 vertical-align: middle; |
33 } | 33 } |
34 | 34 |
35 .destination-list-item .offline-status { | 35 .destination-list-item .offline-status { |
36 -webkit-margin-start: 1em; | 36 -webkit-margin-start: 1em; |
37 font-size: 75%; | 37 font-size: 75%; |
38 opacity: 0.6; | |
Toscano
2014/02/12 22:10:29
Not sure I understand the removal of this line. Ca
Aleksey Shlyapnikov
2014/02/13 19:10:18
The entire item opacity is already set to 0.4 for
| |
39 } | 38 } |
40 | 39 |
41 .register-promo { | 40 .register-promo { |
42 -webkit-margin-start: 1em; | 41 -webkit-margin-start: 1em; |
43 } | 42 } |
OLD | NEW |