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

Side by Side Diff: ui/login/account_picker/user_pod_row.css

Issue 409093002: Fix background color of password entry field in user pods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 4 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 | Annotate | Revision Log
« 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 /* Temporarily disabled because animation interferes with updating screen's 9 /* Temporarily disabled because animation interferes with updating screen's
10 size. */ 10 size. */
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 .pod[auth-type='offlinePassword'].focused .password-entry-container { 169 .pod[auth-type='offlinePassword'].focused .password-entry-container {
170 display: flex; 170 display: flex;
171 flex: auto; 171 flex: auto;
172 } 172 }
173 173
174 .password-container { 174 .password-container {
175 flex: auto; 175 flex: auto;
176 } 176 }
177 177
178 .pod input[type='password'] { 178 .pod input[type='password'] {
179 background-color: white;
179 border: none; 180 border: none;
180 padding: 4px 6px; 181 padding: 4px 6px;
181 position: relative; 182 position: relative;
182 top: 6px; 183 top: 6px;
183 width: 100%; 184 width: 100%;
184 } 185 }
185 186
186 .capslock-hint-container { 187 .capslock-hint-container {
187 display: none; 188 display: none;
188 } 189 }
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 top: 4px; 571 top: 4px;
571 } 572 }
572 573
573 .pod.public-account.expanded.advanced .language-and-input-container { 574 .pod.public-account.expanded.advanced .language-and-input-container {
574 display: none; 575 display: none;
575 } 576 }
576 577
577 .enter-button { 578 .enter-button {
578 font-size: 14px; 579 font-size: 14px;
579 } 580 }
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