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

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 9192037: Remove dangling chrome://theme/IDR_CLOSE_BAR* references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index 2f0d56d1b6d5e2110f23657eaf9e85811e687c6c..6470457a3131734315a77af1be1af941bb4d9a2b 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -66,7 +66,7 @@ body {
background: no-repeat;
background-color: transparent;
/* TODO(estade): this should animate between states. */
- background-image: url('chrome://theme/IDR_CLOSE_BAR');
+ background-image: url('../../../../ui/resources/close_bar.png');
border: 0;
cursor: default;
display: inline-block;
@@ -77,11 +77,11 @@ body {
.close-button:hover,
.close-button:focus {
- background-image: url('chrome://theme/IDR_CLOSE_BAR_H');
+ background-image: url('../../../../ui/resources/close_bar_h.png');
}
.close-button:active {
- background-image: url('chrome://theme/IDR_CLOSE_BAR_P');
+ background-image: url('../../../../ui/resources/close_bar_p.png');
}
.linkButton {

Powered by Google App Engine
This is Rietveld 408576698