diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-06 18:34:06 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-06 18:34:06 +0000 |
commit | 02b18209b05fc5c465d4518b9d7a4df1135c1a95 (patch) | |
tree | 1f79efbfd51b38a30f5441962e86752ea76956ca /chrome/browser/resources/new_tab_theme.css | |
parent | 004f80b0ab3bc8467b4df5a15b3e2fe040569aee (diff) | |
download | chromium_src-02b18209b05fc5c465d4518b9d7a4df1135c1a95.zip chromium_src-02b18209b05fc5c465d4518b9d7a4df1135c1a95.tar.gz chromium_src-02b18209b05fc5c465d4518b9d7a4df1135c1a95.tar.bz2 |
NTP: Adds a context menu to the apps section
This uses the cr Menu system and replaces the old options menu with a cr Menu.
BUG=52446
TEST=Start chrome with enable-apps. Install some apps.
Right clicking on an app should show a context menu.
Clicking the wrench should show the same menu.
Review URL: http://codereview.chromium.org/3315005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58648 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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index 237274e..e21eaef 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -134,8 +134,7 @@ body { color: $8; /* COLOR_NTP_TEXT */ } -.app:hover > .front > a, -.app > .back { +.app:hover > a { color: $$3; /* COLOR_NTP_SECTION_TEXT */ background-color: $$1; /* COLOR_NTP_SECTION */; } |