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

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

Issue 8344013: remove ntp3 resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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..cd849945b823c82c4e080fe23aa9a5279d647814 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');
}
/* 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/disclosure_triangle_mask.png');
}
« no previous file with comments | « chrome/browser/resources/ntp4/ntp4_disclosure_triangle_mask.png ('k') | chrome/browser/resources/ntp4/trash.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698