diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 00:00:14 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 00:00:14 +0000 |
commit | c890a4857cde97801b4c9ecc41ac2582ad29b307 (patch) | |
tree | a76f6741abefc158fa471bd584ab97b12fa62ed8 /chrome/browser/resources/new_new_tab.html | |
parent | 7eaa50bfd089421c7a968be951cfce9a1f74b34d (diff) | |
download | chromium_src-c890a4857cde97801b4c9ecc41ac2582ad29b307.zip chromium_src-c890a4857cde97801b4c9ecc41ac2582ad29b307.tar.gz chromium_src-c890a4857cde97801b4c9ecc41ac2582ad29b307.tar.bz2 |
NNTP: Make the window tooltip behave more like a real tooltip by
adding a hide delay and making sure we show the tooltip where the
mouse pointer is at the time of showing.
Also fix an issue where the theme css incorrectly made the tab and
window items look different than the download items.
BUG=16539
TEST=Download a file, close a tab, close a window and go to the new
tab page. There should be three links in the recent activities and
they should all have the same color and underline color. Hower over
the closed window entry and it should show a rich tooltip.
Review URL: http://codereview.chromium.org/159417
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index d0752e0..a5a5645 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -275,7 +275,7 @@ logEvent('log start'); </div> <!-- main --> <div> - <div class="window-menu" id="window-menu"> + <div class="window-menu" id="window-tooltip"> <span class="item" jsselect="$this" jsvalues=".style.backgroundImage:'url("chrome://favicon/' + url + '")'; |