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

Unified Diff: ui/login/screen_container.css

Issue 2635493004: ChromeOS OOBE: update MD-OOBE after UI review. (Closed)
Patch Set: Added oobe-shield. Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 6e0fcfe849eb438969b333202efb89f6c90f9e15..2dd77881788e04b8ec12d72089b1b9bf1cc7f8fd 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -19,6 +19,7 @@
.oobe-display #outer-container {
-webkit-perspective: 600px;
+ bottom: 47px; /* header-bar is 47 pixels high during OOBE */
}
.pin-container.pin-enabled {
@@ -66,6 +67,19 @@
pointer-events: none;
}
+#oobe-shield {
+ display: none;
+}
+
+#oobe-shield[md-mode] {
+ background-color: rgba(20, 29, 40, .8); /* #141D28 80% */
michaelpg 2017/01/16 17:57:47 same
+ display: block;
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
#oobe[md-mode] #progress-dots {
display: none;

Powered by Google App Engine
This is Rietveld 408576698