| 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; |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 height: 24px; | 70 height: 24px; |
| 71 width: 24px; | 71 width: 24px; |
| 72 } | 72 } |
| 73 | 73 |
| 74 #destination-search .cloudprint-promo .promo-text { | 74 #destination-search .cloudprint-promo .promo-text { |
| 75 -webkit-box-flex: 1; | 75 -webkit-box-flex: 1; |
| 76 } | 76 } |
| 77 | 77 |
| 78 #destination-search .cloudprint-promo .close-button { | 78 #destination-search .cloudprint-promo .close-button { |
| 79 -webkit-margin-start: 12px; | 79 -webkit-margin-start: 12px; |
| 80 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE'); | 80 background-image: url('chrome://theme/IDR_CLOSE_DIALOG'); |
| 81 background-repeat: no-repeat; | 81 background-repeat: no-repeat; |
| 82 background-size: 14px; | 82 background-size: 14px; |
| 83 height: 14px; | 83 height: 14px; |
| 84 width: 14px; | 84 width: 14px; |
| 85 } | 85 } |
| 86 | 86 |
| 87 #destination-search .cloudprint-promo .close-button:hover { | 87 #destination-search .cloudprint-promo .close-button:hover { |
| 88 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER'); | 88 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H'); |
| 89 } | 89 } |
| 90 | 90 |
| 91 #destination-search .cloudprint-promo .close-button:active { | 91 #destination-search .cloudprint-promo .close-button:active { |
| 92 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED'); | 92 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P'); |
| 93 } | 93 } |
| OLD | NEW |