summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_new_tab.css
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-03 02:04:52 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-03 02:04:52 +0000
commitfd4e05e8f122771e8d6dc1332d22e63b17812d4f (patch)
tree92df7d396f8f5d0a48133dad431dc69344cf4cf6 /chrome/browser/resources/new_new_tab.css
parent120363b4b83b27d903265e9802feb0f7032a8cae (diff)
downloadchromium_src-fd4e05e8f122771e8d6dc1332d22e63b17812d4f.zip
chromium_src-fd4e05e8f122771e8d6dc1332d22e63b17812d4f.tar.gz
chromium_src-fd4e05e8f122771e8d6dc1332d22e63b17812d4f.tar.bz2
Make action buttons listen to the enter key.
Hide menus when the window is blurred or the user presses Alt or Meta. Only show tootlip for the title of the thumbnail. Allow mouse over on the window menu. Made the windows opaque but with a hsla background color to make it more readable. Quote all background image URLs so that we can display icons for URLs with spaces in them. Call preventDefault when using the keyboard to navigate the options menu so that the page does not scroll. BUG=15268, 15503, 15715, 15769, 15411, 15458 TEST=See bug descriptions Review URL: http://codereview.chromium.org/149163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.css')
-rw-r--r--chrome/browser/resources/new_new_tab.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css
index 345a207..d74cb7c71 100644
--- a/chrome/browser/resources/new_new_tab.css
+++ b/chrome/browser/resources/new_new_tab.css
@@ -468,14 +468,13 @@ html[dir='rtl'] .item {
display: none;
border: 1px solid #999;
-webkit-box-shadow: 5px 5px 10px hsla(0, 0%, 0%, .3);
- background-color: white;
+ background-color: hsla(213, 0%, 100%, .95);
width: 157px;
left: 0;
white-space: nowrap;
- opacity: .9;
z-index: 1;
- pointer-events: none;
padding: 1px;
+ cursor: default;
}
.hbox {