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 .list-item
{
27 #supervised-user-list .profile-img
{
31 #supervised-user-list .profile-name
{
33 text-overflow: ellipsis
;
37 #supervised-user-list > * {
41 #supervised-user-list:focus
{
42 border-color: rgb
(77, 144, 254);
46 background-color: rgba
(255, 255, 255, 0.75);
50 #supervised-user-import-error-bubble {
51 -webkit-transition: max-height
200ms, padding
200ms;
52 background-color: rgb
(238, 185, 57);
65 #supervised-user-import-error-bubble[hidden
] {
69 .profile-img-disabled {
73 .profile-name-disabled {
74 color: rgb
(153, 153, 153);
77 .already-on-this-device {