| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 background-position: auto; | 373 background-position: auto; |
| 374 background-repeat: auto; | 374 background-repeat: auto; |
| 375 border-radius: 3px; | 375 border-radius: 3px; |
| 376 padding: 5px 0 5px 5px; | 376 padding: 5px 0 5px 5px; |
| 377 } | 377 } |
| 378 | 378 |
| 379 .may-not-modify .optional-controls .optional-controls-disableable { | 379 .may-not-modify .optional-controls .optional-controls-disableable { |
| 380 display: none; | 380 display: none; |
| 381 } | 381 } |
| 382 | 382 |
| 383 /* Managed mode */ | 383 /* Supervised users */ |
| 384 | 384 |
| 385 .page:not(.profile-is-managed) .profile-is-managed-banner, | 385 .page:not(.profile-is-supervised) .profile-is-supervised-banner, |
| 386 .profile-is-managed .more-extensions-link { | 386 .profile-is-supervised .more-extensions-link { |
| 387 display: none; | 387 display: none; |
| 388 } | 388 } |
| 389 | 389 |
| 390 .profile-is-managed-banner .page-banner-text { | 390 .profile-is-supervised-banner .page-banner-text { |
| 391 background-image: url(chrome://theme/IDR_WARNING); | 391 background-image: url(chrome://theme/IDR_WARNING); |
| 392 } | 392 } |
| 393 | 393 |
| 394 /* Sideload Wipeout */ | 394 /* Sideload Wipeout */ |
| 395 | 395 |
| 396 .sideload-wipeout-learn-more { | 396 .sideload-wipeout-learn-more { |
| 397 text-decoration: none; | 397 text-decoration: none; |
| 398 } | 398 } |
| 399 | 399 |
| 400 .sideload-wipeout-banner .page-banner-text { | 400 .sideload-wipeout-banner .page-banner-text { |
| 401 -webkit-padding-start: 8px; | 401 -webkit-padding-start: 8px; |
| 402 background-image: none; | 402 background-image: none; |
| 403 } | 403 } |
| OLD | NEW |