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

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/minus.png ('k') | chrome/browser/resources/ntp/checkbox_black.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 52142)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -156,7 +156,7 @@
on :hover. To get this to work we have to set visibility
to visible which unfortunately breaks the ellipsis for t
he window items */
- background-image: url(chrome://theme/IDR_NEWTAB_CLOSED_WINDOW);
+ background-image: url('ntp/closed_window.png');
}
.window-menu {
@@ -340,11 +340,11 @@
}
#option-menu > [command=hide]:before {
- background-image: url(chrome://theme/IDR_NEWTAB_CHECKBOX_BLACK);
+ background-image: url('ntp/checkbox_black.png');
}
#option-menu > [selected][command=hide]:active:before {
- background-image: url(chrome://theme/IDR_NEWTAB_CHECKBOX_WHITE);
+ background-image: url('ntp/checkbox_white.png');
}
#attribution {
« no previous file with comments | « chrome/browser/resources/minus.png ('k') | chrome/browser/resources/ntp/checkbox_black.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698