Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: chrome/browser/resources/settings/people_page/user_list.css

Issue 1503403004: Settings People Rewrite: Move users_page as subpage of People. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0053-people-rename-a-bunch-of-stuff
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .clear-icon { 5 .clear-icon {
6 color: #6e6e6e; 6 color: #6e6e6e;
7 } 7 }
8 8
9 .clear-icon::shadow iron-icon { 9 .clear-icon::shadow iron-icon {
10 height: 18px; 10 height: 18px;
(...skipping 15 matching lines...) Expand all
26 .user:hover { 26 .user:hover {
27 background-color: #f0f0f0; 27 background-color: #f0f0f0;
28 } 28 }
29 29
30 .user-list { 30 .user-list {
31 border: 1px solid gray; 31 border: 1px solid gray;
32 height: 160px; 32 height: 160px;
33 overflow-y: auto; 33 overflow-y: auto;
34 padding: 10px 0; 34 padding: 10px 0;
35 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698