| 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 c1823ad441fdae114a3cc135d17e421dcd0f1a55..a9d964a3335d0f5a6a184d433982a64ce6706131 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -161,7 +161,27 @@ html[dir=rtl] .main-pane {
|
| display: flex;
|
| position: absolute;
|
| top: 160px;
|
| - width: 160px;
|
| + width: 170px;
|
| +}
|
| +
|
| +.auth-container .submit-button[disabled] {
|
| + color: #000;
|
| + opacity: 0.26;
|
| +}
|
| +
|
| +.auth-container .submit-button {
|
| + box-sizing: border-box;
|
| + color: var(--google-blue-500);
|
| + height: 43px;
|
| + min-height: 43px;
|
| + min-width: 43px;
|
| + padding: 11.5px 10px;
|
| + position: relative;
|
| + width: 43px;
|
| +}
|
| +
|
| +.auth-container .submit-button.error-shown {
|
| + color: #CD2A00;
|
| }
|
|
|
| .name-container {
|
| @@ -229,13 +249,17 @@ html[dir=rtl] .main-pane {
|
| .capslock-on .capslock-hint-container {
|
| display: block;
|
| flex: none;
|
| + height: 43px;
|
| + position: relative;
|
| + width: 20px;
|
| }
|
|
|
| .capslock-hint {
|
| -webkit-margin-end: 6px;
|
| -webkit-margin-start: -2px;
|
| + margin: auto;
|
| position: relative;
|
| - top: 11px;
|
| + top: 15px;
|
| }
|
|
|
| .password-label,
|
|
|