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

Unified Diff: chrome/browser/resources/shared/css/dialogs.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: 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/shared/css/dialogs.css
diff --git a/chrome/browser/resources/shared/css/dialogs.css b/chrome/browser/resources/shared/css/dialogs.css
index 3718dca0c379297b7d27fba537a062166822bf4d..78ff5463cd9cb2d2ff96a3c5795ef2822959798c 100644
--- a/chrome/browser/resources/shared/css/dialogs.css
+++ b/chrome/browser/resources/shared/css/dialogs.css
@@ -127,7 +127,7 @@
}
.cr-dialog-close {
- background: url('chrome://theme/IDR_WEB_UI_CLOSE') center no-repeat;
+ background: url('chrome://theme/IDR_CLOSE_DIALOG') center no-repeat;
display: inline-block;
height: 44px;
opacity: 0.7;
@@ -138,9 +138,9 @@
}
.cr-dialog-close:hover {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER');
+ background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
}
.cr-dialog-close:active {
- background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED');
+ background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
}

Powered by Google App Engine
This is Rietveld 408576698