diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 18:57:23 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 18:57:23 +0000 |
commit | 3c92499fe304b9b65d647e3d78303aab3cd931c9 (patch) | |
tree | 5d277bf1419334a3798b26f3d5e5a4bdefbcc6eb /chrome/browser/resources/new_tab_theme.css | |
parent | b5fe86e4e754ea16b709cfb65dc497fe03a7f077 (diff) | |
download | chromium_src-3c92499fe304b9b65d647e3d78303aab3cd931c9.zip chromium_src-3c92499fe304b9b65d647e3d78303aab3cd931c9.tar.gz chromium_src-3c92499fe304b9b65d647e3d78303aab3cd931c9.tar.bz2 |
NTP: Add ability to uninstall apps from the ntp.
BUG=44915
TEST=Start chrome with --enable-apps (and optionally --enable-accelerated-compositing). Install some apps. Now hover over the app icon and click the wrench icon.
Review URL: http://codereview.chromium.org/2832014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50368 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, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index baa328e..b0c0b5d 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -132,7 +132,8 @@ body { color: $8; /* COLOR_NTP_TEXT */ } -#apps-section a:hover { +#apps-section .app:hover > .front > a, +#apps-section .app > .back { color: $$3; /* COLOR_NTP_SECTION_TEXT */ background-color: $$1; /* COLOR_NTP_SECTION */; } |