| 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 overflow: hidden; |
| 12 pointer-events: none; | 12 pointer-events: none; |
| 13 } | 13 } |
| 14 | 14 |
| 15 #destination-search > .page { | 15 #destination-search > .page { |
| 16 width: 640px; | 16 width: 640px; |
| 17 } | 17 } |
| 18 | 18 |
| 19 #destination-search .user-info { | 19 #destination-search .user-info { |
| 20 -webkit-padding-end: 18px; |
| 20 -webkit-padding-start: 18px; | 21 -webkit-padding-start: 18px; |
| 21 display: flex; | 22 display: flex; |
| 22 padding-bottom: 14px; | 23 padding-bottom: 14px; |
| 23 } | 24 } |
| 24 | 25 |
| 25 #destination-search .account-select-label { | 26 #destination-search .account-select-label { |
| 26 -webkit-user-select: none; | 27 -webkit-user-select: none; |
| 27 height: 2em; | 28 height: 2em; |
| 28 line-height: 2em; | 29 line-height: 2em; |
| 29 overflow: hidden; | 30 overflow: hidden; |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 background-image: -webkit-image-set( | 128 background-image: -webkit-image-set( |
| 128 url(chrome://theme/IDR_CLOSE_DIALOG_H) 1x, | 129 url(chrome://theme/IDR_CLOSE_DIALOG_H) 1x, |
| 129 url(chrome://theme/IDR_CLOSE_DIALOG_H@2x) 2x); | 130 url(chrome://theme/IDR_CLOSE_DIALOG_H@2x) 2x); |
| 130 } | 131 } |
| 131 | 132 |
| 132 #destination-search .cloudprint-promo .close-button:active { | 133 #destination-search .cloudprint-promo .close-button:active { |
| 133 background-image: -webkit-image-set( | 134 background-image: -webkit-image-set( |
| 134 url(chrome://theme/IDR_CLOSE_DIALOG_P) 1x, | 135 url(chrome://theme/IDR_CLOSE_DIALOG_P) 1x, |
| 135 url(chrome://theme/IDR_CLOSE_DIALOG_P@2x) 2x); | 136 url(chrome://theme/IDR_CLOSE_DIALOG_P@2x) 2x); |
| 136 } | 137 } |
| OLD | NEW |