| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 .terminated-reload-link { | 210 .terminated-reload-link { |
| 211 -webkit-margin-end: 2.5em; | 211 -webkit-margin-end: 2.5em; |
| 212 padding-top: 7px; | 212 padding-top: 7px; |
| 213 } | 213 } |
| 214 | 214 |
| 215 .extension-list-item a { | 215 .extension-list-item a { |
| 216 -webkit-margin-start: 0.5em; | 216 -webkit-margin-start: 0.5em; |
| 217 display: inline-block; | 217 display: inline-block; |
| 218 } | 218 } |
| 219 | 219 |
| 220 .install-warnings a { | |
| 221 -webkit-margin-start: 0; | |
| 222 } | |
| 223 | |
| 224 .butter-bar, | 220 .butter-bar, |
| 225 .install-warnings, | |
| 226 .extension-warnings { | 221 .extension-warnings { |
| 227 border-radius: 3px; | 222 border-radius: 3px; |
| 228 margin-top: 5px; | 223 margin-top: 5px; |
| 229 padding: 2px 5px; | 224 padding: 2px 5px; |
| 230 } | 225 } |
| 231 | 226 |
| 232 .butter-bar { | 227 .butter-bar { |
| 233 background: rgb(255, 242, 153); | 228 background: rgb(255, 242, 153); |
| 234 } | 229 } |
| 235 | 230 |
| 236 .install-warnings, | |
| 237 .extension-warnings { | 231 .extension-warnings { |
| 238 background: pink; | 232 background: pink; |
| 239 } | 233 } |
| 240 | 234 |
| 241 .install-warnings ul, | |
| 242 .extension-warnings ul { | 235 .extension-warnings ul { |
| 243 margin: 0; | 236 margin: 0; |
| 244 } | 237 } |
| 245 | 238 |
| 246 #font-measuring-div { | 239 #font-measuring-div { |
| 247 /* Remove from the flow and hide. */ | 240 /* Remove from the flow and hide. */ |
| 248 position: absolute; | 241 position: absolute; |
| 249 visibility: hidden; | 242 visibility: hidden; |
| 250 } | 243 } |
| 251 | 244 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 /* Sideload Wipeout */ | 326 /* Sideload Wipeout */ |
| 334 | 327 |
| 335 .sideload-wipeout-learn-more { | 328 .sideload-wipeout-learn-more { |
| 336 text-decoration: none; | 329 text-decoration: none; |
| 337 } | 330 } |
| 338 | 331 |
| 339 .sideload-wipeout-banner .page-banner-text { | 332 .sideload-wipeout-banner .page-banner-text { |
| 340 -webkit-padding-start: 8px; | 333 -webkit-padding-start: 8px; |
| 341 background-image: none; | 334 background-image: none; |
| 342 } | 335 } |
| OLD | NEW |