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 412179398c7ba5d6f38c990c7d76f0642698262d..bc1aa313c669707b631e34b9337e5c8090eafca1 100644 |
| --- a/ui/login/account_picker/user_pod_row.css |
| +++ b/ui/login/account_picker/user_pod_row.css |
| @@ -433,6 +433,10 @@ html[dir=rtl] .action-box-area { |
| background-image: url(chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_PRESSED); |
| } |
| +.action-box-area .action-box-icon { |
| + display: none; |
| +} |
| + |
| .user-type-icon-area { |
| left: 0; |
| z-index: 5; |
| @@ -571,7 +575,16 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu { |
| } |
| .action-box-remove-user-warning .remove-warning-button { |
| - width: 100%; |
| + background: rgb(210, 63, 49); |
|
tommycli
2016/02/20 00:36:39
Where is this color from? Is it a paper-color?
Moe
2016/02/22 14:46:46
it's specified in the mocks and it's not a google
|
| + border-radius: 2px; |
| + color: #fff; |
|
tommycli
2016/02/20 00:36:39
white
Moe
2016/02/22 14:46:46
Done.
|
| + 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 |