| Index: chrome/browser/resources/print_preview/no_destinations_promo.css
|
| diff --git a/chrome/browser/resources/print_preview/no_destinations_promo.css b/chrome/browser/resources/print_preview/no_destinations_promo.css
|
| index ea0727a883c1d10a2252746d537d9c8b04d0a1d7..3d4afde87cef0b2a74db8ad69293f73f41337ec7 100644
|
| --- a/chrome/browser/resources/print_preview/no_destinations_promo.css
|
| +++ b/chrome/browser/resources/print_preview/no_destinations_promo.css
|
| @@ -37,7 +37,7 @@
|
| }
|
|
|
| #no-destinations-promo .close-button {
|
| - background-image: url('chrome://theme/IDR_WEB_UI_CLOSE');
|
| + background-image: url('chrome://theme/IDR_CLOSE_DIALOG');
|
| background-position: center;
|
| background-repeat: no-repeat;
|
| height: 16px;
|
| @@ -47,11 +47,11 @@
|
| }
|
|
|
| #no-destinations-promo .close-button:hover {
|
| - background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER');
|
| + background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
|
| }
|
|
|
| #no-destinations-promo .close-button:active {
|
| - background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED');
|
| + background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
|
| }
|
|
|
| #no-destinations-promo .action-button-container {
|
|
|