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

Unified Diff: ui/login/md_screen_container.css

Issue 2875513002: Single user pod implementation for new login screen (Closed)
Patch Set: Address comments Created 3 years, 7 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
« no previous file with comments | « ui/login/account_picker/md_user_pod_template.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/md_screen_container.css
diff --git a/ui/login/md_screen_container.css b/ui/login/md_screen_container.css
index cd14ace17599cc15e01761660f4cd668b93a4e0b..14fb05b97137c6a56f557ca427dcf1a8dc18f21e 100644
--- a/ui/login/md_screen_container.css
+++ b/ui/login/md_screen_container.css
@@ -63,11 +63,7 @@
pointer-events: none;
}
-#oobe-shield {
- display: none;
-}
-
-#oobe-shield[md-mode] {
+#login-shield {
background-color: rgba(20, 29, 40, .8); /* #141D28 80% */
display: block;
height: 100%;
« no previous file with comments | « ui/login/account_picker/md_user_pod_template.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698