diff options
Diffstat (limited to 'chrome/browser/resources/touch_ntp/newtab.css')
-rw-r--r-- | chrome/browser/resources/touch_ntp/newtab.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/touch_ntp/newtab.css b/chrome/browser/resources/touch_ntp/newtab.css index 455e610..079c4e1 100644 --- a/chrome/browser/resources/touch_ntp/newtab.css +++ b/chrome/browser/resources/touch_ntp/newtab.css @@ -188,7 +188,7 @@ body { height: 100%; right: 0px; bottom: 0px; - background-image: url('trash.png'); + background-image: url('../shared/images/trash.png'); background-size: 40px 40px; background-repeat: no-repeat; background-position: 40px 12px; @@ -200,7 +200,7 @@ body { } #trash.hover { - background-image: url('trash-open.png'); + background-image: url('../shared/images/trash-open.png'); } .app.trashing img { |