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

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

Issue 8036002: ntp: remove ntp3 resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/recently_closed.css
diff --git a/chrome/browser/resources/ntp4/recently_closed.css b/chrome/browser/resources/ntp4/recently_closed.css
index 35cc5a1570e69e284383c132719d0bf724c09097..967bcedeee73954e19dff23be32a09d72ea93131 100644
--- a/chrome/browser/resources/ntp4/recently_closed.css
+++ b/chrome/browser/resources/ntp4/recently_closed.css
@@ -71,7 +71,7 @@ html[dir='rtl'] .recent-menu-item {
}
.recent-window {
- background-image: url('../ntp/closed_window.png');
+ background-image: url('./images/closed_window.png');
Rick Byers 2011/09/26 16:05:26 curious: why the "./"? Other WebUI components app
Evan Stade 2011/09/26 22:32:05 I was matching L89. It's probably not necessary in
}
/* TODO(estade): find a better color for active. */
@@ -86,5 +86,5 @@ html[dir='rtl'] .recent-menu-item {
display: inline-block;
height: 9px;
width: 9px;
- -webkit-mask-image: url('./ntp4_disclosure_triangle_mask.png');
+ -webkit-mask-image: url('./images/ntp4_disclosure_triangle_mask.png');
csilv 2011/09/26 22:25:47 Could we consider removing the "ntp4_" prefix to t
Evan Stade 2011/09/26 22:32:05 yes
}

Powered by Google App Engine
This is Rietveld 408576698