Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: chrome/browser/resources/extensions/extensions.css

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698