1 /* Copyright 2014 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. */
5 #supervised-user-import {
9 #supervised-user-import-text,
10 #supervised-user-select-avatar-text {
13 white-space: pre-wrap
;
14 word-wrap: break-word
;
17 #supervised-user-list {
22 #supervised-user-list .profile-name
{
25 text-overflow: ellipsis
;
29 #supervised-user-list > * {
33 #supervised-user-list:focus
{
34 border-color: rgb
(77, 144, 254);
38 background-color: rgba
(255, 255, 255, 0.75);
42 #supervised-user-import-error-bubble {
43 -webkit-transition: max-height
200ms, padding
200ms;
44 background-color: rgb
(238, 185, 57);
57 #supervised-user-import-error-bubble[hidden
] {
61 .profile-img-disabled {
65 .profile-name-disabled {
66 color: rgb
(153, 153, 153);
69 .already-on-this-device {