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. */
9 background-color: #eee;
21 box-shadow: 0 1px 2px rgba
(0, 0, 0, 0.1);
23 /* On non-retina desktop, the text is blurry if we use the scale3d()
24 inherited from user_pod_row.js */
25 transform: scale
(0.9);
28 podrow
[ncolumns
='6'] .pod
{
29 transform: scale
(0.8);
32 /* Because of crbug.com/406529, the text in the .name div is janky if there's
33 both a transform:scale and a transition:opacity applied to a div, so we must
34 apply the opacity change to the children instead. */
39 .pod
.faded
.user-image-pane
,
40 .pod.faded .main-pane {
44 .pod.hovered:not(.focused) {
45 box-shadow: 0 2px 4px rgba
(0, 0, 0, 0.2);
49 box-shadow: 0 16px 21px rgba
(0, 0, 0, 0.2);
50 transform: scale
(1) !important
;
54 box-shadow: 0 12px 21px rgba
(0, 0, 0, 0.2);
59 border-top-left-radius: 2px;
60 border-top-right-radius: 2px;
67 html
[dir
=rtl
] .user-image-pane
{
80 .pod input[type='password'] {
81 height: 45px; /* 1px shorter as to not overlap the pod's rounded corners */
85 .pod .indicator-container {
86 background-color: rgba
(255, 255, 255, 0.85);
94 html
[dir
=rtl
] .pod
.indicators
{
100 background-position: center
;
101 background-repeat: no-repeat
;
108 .pod.locked .locked-indicator {
109 background-image: -webkit-image-set
(
110 url
(chrome://theme
/IDR_ICON_PROFILES_LOCKED
) 1x,
111 url
(chrome://theme
/IDR_ICON_PROFILES_LOCKED@
2x) 2x);
115 .pod.legacy-supervised .legacy-supervised-indicator {
116 background-image: -webkit-image-set
(
117 url
(chrome://theme
/IDR_ICON_PROFILES_LEGACY_SUPERVISED
) 1x,
118 url
(chrome://theme
/IDR_ICON_PROFILES_LEGACY_SUPERVISED@
2x) 2x);
122 .pod.child .child-indicator {
123 background-image: -webkit-image-set
(
124 url
(chrome://theme
/IDR_ICON_PROFILES_CHILD
) 1x,
125 url
(chrome://theme
/IDR_ICON_PROFILES_CHILD@
2x) 2x);
134 html
[dir
=rtl
] .main-pane
{
139 .pod.focused:not(.multiprofiles-policy-applied) .auth-container {
144 .pod.focused:not(.locked) .name-container {
154 .pod.focused:not(.locked) .auth-container {
158 .pod.focused.locked .password-entry-container {
164 background-color: #f5f5f5;
166 /* Because of crbug.com/406529, the text in the .name div is janky if there's
167 an opacity transition in this div. */
173 .action-box-button:hover
,
174 .action-box-area.active .action-box-button {
175 background-image: none
;
176 border-left: 6px solid transparent
;
177 border-right: 6px solid transparent
;
178 border-top: 6px solid
#989898;
187 .action-box-button:hover
,
188 .action-box-area.active .action-box-button {
189 border-top: 6px solid
#4c4c4c;
192 .action-box-remove-user-warning .remove-warning-button {
196 .action-box-remove-user-warning .remove-warning-button:focus {
197 /* Override the default blue border inherited from
198 button.custom-appearance:focus. */
199 border: 1px solid transparent
!important
;
200 box-shadow: inset
0 0 0 1px #fff;