| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |