Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: chrome/browser/resources/print_preview/no_destinations_promo.css

Issue 11818044: Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/print_preview/search/destination_search.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698