| 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-search { | 5 #destination-search { |
| 6 z-index: 3; | 6 z-index: 3; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #destination-search.transparent { | 9 #destination-search.transparent { |
| 10 opacity: 0; | 10 opacity: 0; |
| 11 overflow: hidden; |
| 11 pointer-events: none; | 12 pointer-events: none; |
| 12 } | 13 } |
| 13 | 14 |
| 14 #destination-search .page { | 15 #destination-search .page { |
| 15 width: 640px; | 16 width: 640px; |
| 16 } | 17 } |
| 17 | 18 |
| 18 #destination-search .user-info { | 19 #destination-search .user-info { |
| 19 -webkit-user-select: none; | 20 -webkit-user-select: none; |
| 20 overflow: hidden; | 21 overflow: hidden; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 -webkit-margin-start: 12px; | 79 -webkit-margin-start: 12px; |
| 79 background-image: url(chrome://resources/images/x.png); | 80 background-image: url(chrome://resources/images/x.png); |
| 80 background-position: -2px -1px; | 81 background-position: -2px -1px; |
| 81 height: 18px; | 82 height: 18px; |
| 82 width: 18px; | 83 width: 18px; |
| 83 } | 84 } |
| 84 | 85 |
| 85 #destination-search .cloudprint-promo .close-button:hover { | 86 #destination-search .cloudprint-promo .close-button:hover { |
| 86 background-image: url(chrome://resources/images/x-hover.png); | 87 background-image: url(chrome://resources/images/x-hover.png); |
| 87 } | 88 } |
| OLD | NEW |