| Index: chrome/browser/resources/chromeos/login/user_pod_row.css
|
| diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| index e8ae362b36d85650634fa66640d5a957a52f49dc..cfcdbad3d77f64b24f8d15b85f7de927b0b4eb71 100644
|
| --- a/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| +++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| @@ -182,7 +182,7 @@ html[dir=rtl] .pod .capslock-hint {
|
| .remove-user-button {
|
| -webkit-transition: width 100ms ease-in-out, background 200ms ease-in-out;
|
| -webkit-box-shadow: none;
|
| - background: url('chrome://theme/IDR_CLOSE_BAR') center center no-repeat;
|
| + background: url('../../../../../ui/resources/close_bar.png') center center no-repeat;
|
| border: 0;
|
| height: 16px;
|
| margin: 0;
|
| @@ -196,7 +196,7 @@ html[dir=rtl] .pod .capslock-hint {
|
|
|
| .remove-user-button:hover {
|
| -webkit-box-shadow: none;
|
| - background: url('chrome://theme/IDR_CLOSE_BAR_H') center center no-repeat;
|
| + background: url('../../../../../ui/resources/close_bar_h.png') center center no-repeat;
|
| }
|
|
|
| .remove-user-button.active {
|
|
|