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

Unified Diff: ui/login/account_picker/md_screen_account_picker.html

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
Index: ui/login/account_picker/md_screen_account_picker.html
diff --git a/ui/login/account_picker/md_screen_account_picker.html b/ui/login/account_picker/md_screen_account_picker.html
index b2f95a4e9860405eb64b96329b1bfc0cb433b3fa..8251c847a991c49d613ffe5d9e757d9b536bb627 100644
--- a/ui/login/account_picker/md_screen_account_picker.html
+++ b/ui/login/account_picker/md_screen_account_picker.html
@@ -5,7 +5,7 @@
</div>
</div>
<podrow id="pod-row" class="podrow images-loading"></podrow>
- <div id="pod-container" class="small-pod-container"></div>
- <div class="small-pod-container-mask"></div>
- <div class="small-pod-container-mask rotate"></div>
+ <div id="pod-container" class="small-pod-container images-loading"></div>
+ <div class="small-pod-container-mask images-loading"></div>
+ <div class="small-pod-container-mask rotate images-loading"></div>
</div>
« no previous file with comments | « ui/login/account_picker/md_screen_account_picker.css ('k') | ui/login/account_picker/md_screen_account_picker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698