summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp/apps.css
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 04:18:50 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 04:18:50 +0000
commit377011dcdc66ff873954283e42c854949c755e15 (patch)
tree01f9cb638073908cd1e6bbac48d619bb92dd4f8f /chrome/browser/resources/ntp/apps.css
parent8869eb8930fefcf3f413f83566cc6c1c88b040c7 (diff)
downloadchromium_src-377011dcdc66ff873954283e42c854949c755e15.zip
chromium_src-377011dcdc66ff873954283e42c854949c755e15.tar.gz
chromium_src-377011dcdc66ff873954283e42c854949c755e15.tar.bz2
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
Diffstat (limited to 'chrome/browser/resources/ntp/apps.css')
-rw-r--r--chrome/browser/resources/ntp/apps.css4
1 files changed, 4 insertions, 0 deletions
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,