1 /* Copyright (c) 2012 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 border: 1px solid lightgrey
;
7 border-collapse: collapse
;
12 background-color: rgb
(235, 239, 250);
13 border: 1px solid lightgrey
;
22 border: 1px solid black
;
29 -webkit-margin-start: 10px;
32 .user-email-name-block {
36 text-overflow: ellipsis
;
41 background-image: -webkit-image-set
(
42 url
(../../../../../ui/resources/default_100_percent/close_2.png) 1x,
43 url
(../../../../../ui/resources/default_200_percent/close_2.png) 2x);
48 .remove-user-button:hover {
49 background-image: -webkit-image-set
(
50 url
(../../../../../ui/resources/default_100_percent/close_2_hover.png)
52 url
(../../../../../ui/resources/default_200_percent/close_2_hover.png)
63 #userList[disabled
] > [selected
],
64 #userList[disabled
] > :hover
{
65 border-color: hsl
(0, 0%, 85%);
68 #userList[disabled
] > [selected
],
69 #userList[disabled
] > :hover
{
70 background-color: hsl
(0, 0%, 90%);
73 #userList[disabled
] .remove-user-button
{
78 border: 1px solid lightgrey
;
83 -webkit-padding-start: 20px;
84 background-image: url
(warning.png);
85 background-repeat: no-repeat
;
92 input#
userNameEdit:invalid
{
93 background-color: rgb
(255, 102, 102);