Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / settings / users_page / user_list.css
blobbd4ee803521e9c7f8790a01f28a133b2604e0718
1 /* Copyright 2015 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 .clear-icon {
6 color: #6e6e6e;
9 .clear-icon::shadow iron-icon {
10 height: 18px;
11 width: 18px;
14 .user {
15 -webkit-padding-end: 8px;
16 -webkit-padding-start: 20px;
17 font-size: 0.75em;
18 height: 34px;
21 .user:hover {
22 background-color: #f0f0f0;
25 .user-list {
26 border: 1px solid gray;
27 height: 160px;
28 overflow-y: auto;
29 padding: 10px 0;