diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 01:32:37 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 01:32:37 +0000 |
commit | ec68b62ec102d43e2559da1e1c3a022cf191403a (patch) | |
tree | cd345067936c29b8983453c7c774800129add213 /chrome/browser/resources/new_tab_theme.css | |
parent | 03d36e3330a3e1ea60c37a6843293499acd38934 (diff) | |
download | chromium_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.css | 4 |
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; +} |