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

Unified Diff: chrome/browser/resources/print_preview/search/destination_search.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/search/destination_search.css
diff --git a/chrome/browser/resources/print_preview/search/destination_search.css b/chrome/browser/resources/print_preview/search/destination_search.css
index cc572a87428bb5f4068a5aab8b21e305d66b2078..f45bbabe441ca113079b93c6f9b25236f6d0a1e1 100644
--- a/chrome/browser/resources/print_preview/search/destination_search.css
+++ b/chrome/browser/resources/print_preview/search/destination_search.css
@@ -77,7 +77,7 @@
#destination-search .cloudprint-promo .close-button {
-webkit-margin-start: 12px;
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE');
+ background-image: url('chrome://theme/IDR_CLOSE_DIALOG');
background-repeat: no-repeat;
background-size: 14px;
height: 14px;
@@ -85,9 +85,9 @@
}
#destination-search .cloudprint-promo .close-button:hover {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER');
+ background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
}
#destination-search .cloudprint-promo .close-button:active {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED');
+ background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
}
« no previous file with comments | « chrome/browser/resources/print_preview/no_destinations_promo.css ('k') | chrome/browser/resources/shared/css/dialogs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698