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

Unified Diff: ui/login/md_screen_container.css

Issue 2931063004: Extract colors from wallpaper and dynamically update login screen overlay (Closed)
Patch Set: Address comments 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
Index: ui/login/md_screen_container.css
diff --git a/ui/login/md_screen_container.css b/ui/login/md_screen_container.css
index 14fb05b97137c6a56f557ca427dcf1a8dc18f21e..d91c54380c2a7eee8975155783a00633fc20d61e 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;
« ui/login/account_picker/md_user_pod_row.js ('K') | « 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