From 377011dcdc66ff873954283e42c854949c755e15 Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Tue, 20 Jul 2010 04:18:50 +0000 Subject: NTP: Use the store as the last thumbnail in case we have no apps installed. 1. If no apps are installed we add an item for the store to the most visited section. 2. No longer hide the most visited by default. 3. This removes the default apps on non ChromeOS BUG=46028, 47700 TEST=With a clean profile without any apps installed you should see the store thumbnail unless you blacklist it or pin 8 ohter pages. Review URL: http://codereview.chromium.org/3001003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52998 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/ntp/apps.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/resources/ntp/apps.css') diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css index 73a13b8..67c7b70 100644 --- a/chrome/browser/resources/ntp/apps.css +++ b/chrome/browser/resources/ntp/apps.css @@ -121,6 +121,10 @@ -webkit-transition: opacity .5s; } +#web-store-entry { + background-image: url("web_store_icon.png"); +} + /* Make items on the wrong side non focusable by hiding them. */ .app:not(.config) > .back button, .app.config > .front button, -- cgit v1.1