diff options
author | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-20 21:09:48 +0000 |
---|---|---|
committer | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-20 21:09:48 +0000 |
commit | 73dc4cf402ca37f51291d72572a8d4884ddddb2a (patch) | |
tree | a781212aa00d008cc3e6fd13c4403ae0e1065651 /chrome | |
parent | a098bac1fa9f6330ace78fa27c7ca05623624a87 (diff) | |
download | chromium_src-73dc4cf402ca37f51291d72572a8d4884ddddb2a.zip chromium_src-73dc4cf402ca37f51291d72572a8d4884ddddb2a.tar.gz chromium_src-73dc4cf402ca37f51291d72572a8d4884ddddb2a.tar.bz2 |
To go with the retardation of recently closed tabs, remove the yellow from the style.
Review URL: http://codereview.chromium.org/7624
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/new_tab.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html index 2b90255..113a2ef 100644 --- a/chrome/browser/resources/new_tab.html +++ b/chrome/browser/resources/new_tab.html @@ -268,10 +268,7 @@ html[dir='rtl'] #managesearcheslink { } #recentlyBookmarked { background-color:#e1ecfe; -} -#recentlyClosedTabs { - background-color:#fff1a8; -} +} #searches input { border:1px solid #7f9db9; background-repeat: no-repeat; |