Chromium Code Reviews| 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 88f117b5b9ace18540ef0cce33a97183b0c46472..d33fecf6d2cebdf4bb3f71750b3f63c2eb0d9a0e 100644 |
| --- a/ui/login/account_picker/user_pod_row.css |
| +++ b/ui/login/account_picker/user_pod_row.css |
| @@ -433,6 +433,16 @@ html[dir=rtl] .action-box-area { |
| background-image: url(chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_PRESSED); |
| } |
| +.action-box-area .action-box-icon { |
| + /* overriden in chrome/browser/resources/md_user_manager/user_manager.css */ |
| + display: none; |
| +} |
| + |
| +.user-image-gradient-area { |
| + /* overriden in chrome/browser/resources/md_user_manager/user_manager.css */ |
| + display: none; |
| +} |
| + |
| .user-type-icon-area { |
| left: 0; |
| z-index: 5; |
| @@ -571,7 +581,16 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu { |
| } |
| .action-box-remove-user-warning .remove-warning-button { |
| - width: 100%; |
| + background: rgb(197,57,41); |
|
Dan Beam
2016/04/19 03:44:06
nit: spaces between commas
Moe
2016/04/19 15:20:08
Done.
|
| + border-radius: 2px; |
| + color: white; |
| + line-height: 32px; |
| + min-width: 72px; |
| + padding: 0 16px; |
| +} |
| + |
| +.action-box-remove-user-warning .remove-warning-button.keyboard-focus { |
| + font-weight: normal; |
| } |
| /* Hide dialog elements not in a correct category. Only combinations currently |