| 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 {
|
|
|