| 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 transition-duration: 0ms !important; | 6 transition-duration: 0ms !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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 } | 408 } |
| 409 | 409 |
| 410 /* Supervised users */ | 410 /* Supervised users */ |
| 411 | 411 |
| 412 .page:not(.profile-is-supervised) .profile-is-supervised-banner, | 412 .page:not(.profile-is-supervised) .profile-is-supervised-banner, |
| 413 .profile-is-supervised .more-extensions-link { | 413 .profile-is-supervised .more-extensions-link { |
| 414 display: none; | 414 display: none; |
| 415 } | 415 } |
| 416 | 416 |
| 417 .profile-is-supervised-banner .page-banner-text { | 417 .profile-is-supervised-banner .page-banner-text { |
| 418 background-image: url(chrome://theme/IDR_WARNING); | 418 background-image: url(../../../../ui/webui/resources/images/warning.svg); |
| 419 background-size: 18px; |
| 419 } | 420 } |
| 420 | 421 |
| 421 /* Sideload Wipeout */ | 422 /* Sideload Wipeout */ |
| 422 | 423 |
| 423 .sideload-wipeout-learn-more { | 424 .sideload-wipeout-learn-more { |
| 424 text-decoration: none; | 425 text-decoration: none; |
| 425 } | 426 } |
| 426 | 427 |
| 427 .sideload-wipeout-banner .page-banner-text { | 428 .sideload-wipeout-banner .page-banner-text { |
| 428 -webkit-padding-start: 8px; | 429 -webkit-padding-start: 8px; |
| 429 background-image: none; | 430 background-image: none; |
| 430 } | 431 } |
| 431 | 432 |
| 432 .extension-highlight { | 433 .extension-highlight { |
| 433 background-color: rgba(0, 0, 0, .05); | 434 background-color: rgba(0, 0, 0, .05); |
| 434 } | 435 } |
| OLD | NEW |