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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 } | 100 } |
101 | 101 |
102 #destination-search .cloudprint-promo { | 102 #destination-search .cloudprint-promo { |
103 -webkit-box-align: center; | 103 -webkit-box-align: center; |
104 -webkit-user-select: none; | 104 -webkit-user-select: none; |
105 background-color: rgb(249, 237, 190); | 105 background-color: rgb(249, 237, 190); |
106 display: -webkit-box; | 106 display: -webkit-box; |
107 padding: 12px; | 107 padding: 12px; |
108 } | 108 } |
109 | 109 |
110 #destination-search .cloudprint-promo .sign-in.link-button { | 110 #destination-search .cloudprint-promo .sign-in[is='action-link'] { |
111 padding: inherit; | 111 padding: inherit; |
112 } | 112 } |
113 | 113 |
114 #destination-search .cloudprint-promo .icon { | 114 #destination-search .cloudprint-promo .icon { |
115 -webkit-margin-end: 12px; | 115 -webkit-margin-end: 12px; |
116 display: block; | 116 display: block; |
117 height: 24px; | 117 height: 24px; |
118 width: 24px; | 118 width: 24px; |
119 } | 119 } |
120 | 120 |
(...skipping 16 matching lines...) Expand all Loading... |
137 background-image: -webkit-image-set( | 137 background-image: -webkit-image-set( |
138 url('chrome://theme/IDR_CLOSE_DIALOG_H') 1x, | 138 url('chrome://theme/IDR_CLOSE_DIALOG_H') 1x, |
139 url('chrome://theme/IDR_CLOSE_DIALOG_H@2x') 2x); | 139 url('chrome://theme/IDR_CLOSE_DIALOG_H@2x') 2x); |
140 } | 140 } |
141 | 141 |
142 #destination-search .cloudprint-promo .close-button:active { | 142 #destination-search .cloudprint-promo .close-button:active { |
143 background-image: -webkit-image-set( | 143 background-image: -webkit-image-set( |
144 url('chrome://theme/IDR_CLOSE_DIALOG_P') 1x, | 144 url('chrome://theme/IDR_CLOSE_DIALOG_P') 1x, |
145 url('chrome://theme/IDR_CLOSE_DIALOG_P@2x') 2x); | 145 url('chrome://theme/IDR_CLOSE_DIALOG_P@2x') 2x); |
146 } | 146 } |
OLD | NEW |