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

Unified Diff: chrome/browser/resources/user_manager/user_manager.css

Issue 309643006: Desktop user manager: Icons for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/user_manager/user_manager.css
diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/user_manager/user_manager.css
index e8ecc17480c317381babe769431398f14d7f1ff1..b7f9603ad7c431bd11dfb5ac73a9c37fd1f28c01 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/user_manager/user_manager.css
@@ -79,8 +79,7 @@ html[dir=rtl] .pod .locked-indicator {
}
.pod .supervised-indicator {
- /* TODO(treib): Use round icon when it's available. */
- background-image: url('chrome://theme/IDR_MANAGED_USER_ICON');
+ background-image: url('chrome://theme/IDR_ICON_PROFILES_SUPERVISED');
background-repeat: no-repeat;
height: 35px;
left: 10px;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698