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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 align-items: center; | 47 align-items: center; |
48 border-top: 1px solid #eee; | 48 border-top: 1px solid #eee; |
49 display: flex; | 49 display: flex; |
50 font-size: 13px; | 50 font-size: 13px; |
51 } | 51 } |
52 | 52 |
53 #apps-developer-tools-promo img { | 53 #apps-developer-tools-promo img { |
54 content: url(apps_developer_tools_promo_48.png); | 54 content: url(apps_developer_tools_promo_48.png); |
55 } | 55 } |
56 | 56 |
57 #apps-developer-tools-promo-text, | 57 #apps-developer-tools-promo-text { |
58 #apps-developer-tools-promo-link { | |
59 -webkit-margin-start: 5px; | 58 -webkit-margin-start: 5px; |
60 } | 59 } |
61 | 60 |
62 #apps-developer-tools-promo-close-wrapper { | 61 #apps-developer-tools-promo-close-wrapper { |
63 display: flex; | 62 display: flex; |
64 flex-grow: 1; | 63 flex-grow: 1; |
65 justify-content: flex-end; | 64 justify-content: flex-end; |
66 } | 65 } |
67 | 66 |
68 #apps-developer-tools-promo .close-button { | 67 #apps-developer-tools-promo .close-button { |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 /* Sideload Wipeout */ | 392 /* Sideload Wipeout */ |
394 | 393 |
395 .sideload-wipeout-learn-more { | 394 .sideload-wipeout-learn-more { |
396 text-decoration: none; | 395 text-decoration: none; |
397 } | 396 } |
398 | 397 |
399 .sideload-wipeout-banner .page-banner-text { | 398 .sideload-wipeout-banner .page-banner-text { |
400 -webkit-padding-start: 8px; | 399 -webkit-padding-start: 8px; |
401 background-image: none; | 400 background-image: none; |
402 } | 401 } |
OLD | NEW |