summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_tab_theme.css
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 01:32:37 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-23 01:32:37 +0000
commitec68b62ec102d43e2559da1e1c3a022cf191403a (patch)
treecd345067936c29b8983453c7c774800129add213 /chrome/browser/resources/new_tab_theme.css
parent03d36e3330a3e1ea60c37a6843293499acd38934 (diff)
downloadchromium_src-ec68b62ec102d43e2559da1e1c3a022cf191403a.zip
chromium_src-ec68b62ec102d43e2559da1e1c3a022cf191403a.tar.gz
chromium_src-ec68b62ec102d43e2559da1e1c3a022cf191403a.tar.bz2
Adds a theme promo in the lower right corner
BUG=None TEST=The theme promo should show up in the lower right corner and when clicked should navigate to the Chrome theme gallery. The promo should go away after 5 runs of chrome Review URL: http://codereview.chromium.org/217020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_tab_theme.css')
-rw-r--r--chrome/browser/resources/new_tab_theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css
index e5ba17d1..94f5526 100644
--- a/chrome/browser/resources/new_tab_theme.css
+++ b/chrome/browser/resources/new_tab_theme.css
@@ -100,3 +100,7 @@ body {
.list > .thumbnail-container {
color: $$6; /* COLOR_NTP_LINK_UNDERLINE */
}
+
+#themes-promo {
+ display: $$8;
+}