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
;
28 -webkit-margin-start: 10px;
32 -webkit-margin-start: 10px;
36 .user-email-name-block {
40 text-overflow: ellipsis
;
45 background-image: -webkit-image-set
(
46 url
('../../../../../ui/resources/default_100_percent/close_2.png') 1x,
47 url
('../../../../../ui/resources/default_200_percent/close_2.png') 2x);
52 .remove-user-button:hover {
53 background-image: -webkit-image-set
(
54 url
('../../../../../ui/resources/default_100_percent/close_2_hover.png')
56 url
('../../../../../ui/resources/default_200_percent/close_2_hover.png')
67 #userList[disabled
] > [selected
],
68 #userList[disabled
] > :hover
{
69 border-color: hsl
(0, 0%, 85%);
72 #userList[disabled
] > [selected
],
73 #userList[disabled
] > :hover
{
74 background-color: hsl
(0, 0%, 90%);
77 #userList[disabled
] .remove-user-button
{
82 border: 1px solid lightgrey
;
87 -webkit-padding-start: 20px;
88 background-image: url
('warning.png');
89 background-repeat: no-repeat
;
96 input#
userNameEdit:invalid
{
97 background-color: rgb
(255, 102, 102);