1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
6 /* Overrides for the desktop user manager screen. */
8 background-color: #eee;
13 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.1);
19 box-shadow: 0 1px 4px rgba
(0, 0, 0, 0.2);
27 border-top-left-radius: 2px;
28 border-top-right-radius: 2px;
41 /* For local/unlocked profiles, the name box becomes the focused element.
42 However, don't display the blue focus outline around it. */
47 /* For local/unlocked profiles, always display the name and not the
49 .pod.need-password.focused .name {
53 .pod .locked-indicator {
54 background-image: url
('chrome://theme/IDR_ICON_PROFILES_LOCKED');
55 background-repeat: no-repeat
;