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

Side by Side Diff: chrome/browser/resources/chromeos/login/user_pod_row.css

Issue 12374019: Changing color for text in login screen action area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698