| 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 html.loading * { | 5 html.loading * { |
| 6 -webkit-transition-duration: 0 !important; | 6 -webkit-transition-duration: 0 !important; |
| 7 } | 7 } |
| 8 | 8 |
| 9 html:not(.focus-outline-visible) | 9 html:not(.focus-outline-visible) |
| 10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { | 10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 #no-extensions-message { | 146 #no-extensions-message { |
| 147 font-weight: bold; | 147 font-weight: bold; |
| 148 } | 148 } |
| 149 | 149 |
| 150 #suggest-gallery { | 150 #suggest-gallery { |
| 151 -webkit-padding-start: 10px; | 151 -webkit-padding-start: 10px; |
| 152 } | 152 } |
| 153 | 153 |
| 154 #footer-section { | 154 #footer-section { |
| 155 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat left center; | 155 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat left center; |
| 156 background-size: 32px 32px; |
| 156 font-size: 1.25em; | 157 font-size: 1.25em; |
| 157 } | 158 } |
| 158 | 159 |
| 159 html[dir=rtl] #footer-section { | 160 html[dir=rtl] #footer-section { |
| 160 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat right center; | 161 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat right center; |
| 161 } | 162 } |
| 162 | 163 |
| 163 #footer-section > a { | 164 #footer-section > a { |
| 164 -webkit-margin-start: 42px; | 165 -webkit-margin-start: 42px; |
| 165 line-height: 32px; | 166 line-height: 32px; |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 /* Sideload Wipeout */ | 394 /* Sideload Wipeout */ |
| 394 | 395 |
| 395 .sideload-wipeout-learn-more { | 396 .sideload-wipeout-learn-more { |
| 396 text-decoration: none; | 397 text-decoration: none; |
| 397 } | 398 } |
| 398 | 399 |
| 399 .sideload-wipeout-banner .page-banner-text { | 400 .sideload-wipeout-banner .page-banner-text { |
| 400 -webkit-padding-start: 8px; | 401 -webkit-padding-start: 8px; |
| 401 background-image: none; | 402 background-image: none; |
| 402 } | 403 } |
| OLD | NEW |