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

Unified Diff: ui/login/md_screen_container.css

Issue 2931063004: Extract colors from wallpaper and dynamically update login screen overlay (Closed)
Patch Set: Will clean up this CL when crbug.com/733709 is fixed Created 3 years, 6 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_row.js ('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 8c10b4a5c4a881119a38f710001bfbb07d52dd62..49a02a03f19c3c92fd4fa38068da3b7ec7b3fefe 100644
--- a/ui/login/md_screen_container.css
+++ b/ui/login/md_screen_container.css
@@ -64,7 +64,7 @@
}
#login-shield {
- background-color: rgba(20, 29, 40, .8); /* #141D28 80% */
+ background-color: rgba(0, 0, 0, 0.6);
display: block;
height: 100%;
left: 0;
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698