OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 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 * This is the stylesheet used by user pods row of account picker UI. | 5 * This is the stylesheet used by user pods row of account picker UI. |
6 */ | 6 */ |
7 | 7 |
8 podrow { | 8 podrow { |
9 -webkit-box-align: center; | 9 -webkit-box-align: center; |
10 -webkit-box-pack: center; | 10 -webkit-box-pack: center; |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 } | 232 } |
233 | 233 |
234 .action-box-area.active ~ .action-box-menu { | 234 .action-box-area.active ~ .action-box-menu { |
235 opacity: 1; | 235 opacity: 1; |
236 visibility: visible; | 236 visibility: visible; |
237 } | 237 } |
238 | 238 |
239 .action-box-menu-title { | 239 .action-box-menu-title { |
240 -webkit-box-orient: vertical; | 240 -webkit-box-orient: vertical; |
241 -webkit-box-pack: center; | 241 -webkit-box-pack: center; |
242 color: lightgray; | 242 color: #b4b4b4; |
243 display: -webkit-box; | 243 display: -webkit-box; |
244 min-height: 46px; | 244 min-height: 46px; |
245 padding: 7px 20px; | 245 padding: 7px 20px; |
246 } | 246 } |
247 | 247 |
248 .action-box-menu-title-name { | 248 .action-box-menu-title-name { |
249 display: -webkit-box; | 249 display: -webkit-box; |
250 } | 250 } |
251 | 251 |
252 .action-box-menu-remove { | 252 .action-box-menu-remove { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 | 379 |
380 .pod.public-account.expanded .name { | 380 .pod.public-account.expanded .name { |
381 display: none; | 381 display: none; |
382 } | 382 } |
383 | 383 |
384 .pod.public-account.expanded .side-pane-divider, | 384 .pod.public-account.expanded .side-pane-divider, |
385 .pod.public-account.expanded .side-pane-container, | 385 .pod.public-account.expanded .side-pane-container, |
386 .pod.public-account.animating .side-pane-container { | 386 .pod.public-account.animating .side-pane-container { |
387 visibility: visible; | 387 visibility: visible; |
388 } | 388 } |
OLD | NEW |