| Index: ui/login/account_picker/user_pod_row.css
|
| diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
|
| index 078e4239c4020d4f5a4d8c4184e596f1f638a31b..b1e0b36f759491aa0336998ed31219a783962f3b 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -430,6 +430,10 @@ html[dir=rtl] .user-type-icon-area {
|
| background-image: url(chrome://theme/IDR_SUPERVISED_USER_ICON);
|
| }
|
|
|
| +.user-type-icon-area.child .user-type-icon-image {
|
| + background-image: url(chrome://theme/IDR_CHILD_USER_ICON);
|
| +}
|
| +
|
| .user-type-icon-area.policy .user-type-icon-image {
|
| background-image: url(chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY);
|
| }
|
|
|