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 .already-on-this-device
{
41 #supervised-user-list > * {
45 #supervised-user-list:focus
{
46 border-color: rgb
(77, 144, 254);
50 background-color: rgba
(255, 255, 255, 0.75);
54 #supervised-user-import-error-bubble {
55 -webkit-transition: max-height
200ms, padding
200ms;
56 background-color: rgb
(238, 185, 57);
69 #supervised-user-import-error-bubble[hidden
] {
73 .profile-img-disabled {
77 .profile-name-disabled {
78 color: rgb
(153, 153, 153);
81 .already-on-this-device {