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

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

Issue 10810039: 2nd display should show the same background as login/lock screen: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add OVERRIDE Created 8 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
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 the Out of the box experience (OOBE) flow, 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow,
6 * sign in and lock screens. 6 * sign in and lock screens.
7 */ 7 */
8 8
9 html, 9 html,
10 body { 10 body {
(...skipping 10 matching lines...) Expand all
21 21
22 html[oobe=old] body { 22 html[oobe=old] body {
23 background-color: #fefefe; 23 background-color: #fefefe;
24 } 24 }
25 25
26 html[oobe=new]:not([screen=lock]) body { 26 html[oobe=new]:not([screen=lock]) body {
27 background-color: transparent; 27 background-color: transparent;
28 } 28 }
29 29
30 html[oobe=new][screen=lock] body { 30 html[oobe=new][screen=lock] body {
31 -webkit-background-size: 100% 100%; 31 background-color: transparent;
32 } 32 }
33 33
34 progress { 34 progress {
35 border: solid 1px #bbb; 35 border: solid 1px #bbb;
36 padding: 1px; 36 padding: 1px;
37 } 37 }
38 38
39 progress::-webkit-progress-bar { 39 progress::-webkit-progress-bar {
40 background: white; 40 background: white;
41 } 41 }
(...skipping 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 width: 100%; 1267 width: 100%;
1268 } 1268 }
1269 1269
1270 .background-initial { 1270 .background-initial {
1271 opacity: 0; 1271 opacity: 0;
1272 } 1272 }
1273 1273
1274 .background-final { 1274 .background-final {
1275 opacity: 1; 1275 opacity: 1;
1276 } 1276 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | chrome/browser/resources/chromeos/login/screen_account_picker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698