diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 20:48:57 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 20:48:57 +0000 |
commit | 47afd7581aebc3ade4fbc1b555f7bb73454bdd3e (patch) | |
tree | 7a8aee529d435824ddbede71bbf74b7ef59b31ba | |
parent | 64b645816473c22a5f95e5ea60edb22bea2b2792 (diff) | |
download | chromium_src-47afd7581aebc3ade4fbc1b555f7bb73454bdd3e.zip chromium_src-47afd7581aebc3ade4fbc1b555f7bb73454bdd3e.tar.gz chromium_src-47afd7581aebc3ade4fbc1b555f7bb73454bdd3e.tar.bz2 |
Change the background color of the NNTP lower sections.
BUG=None
TEST=The background color of the lower sections on the NNTP should be light blue.
Review URL: http://codereview.chromium.org/159350
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21571 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index c6cbce0d..6cfcc3f 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -361,7 +361,7 @@ html[dir=rtl] .thumbnail-container > .title > div { } .section { - background: rgba(255, 255, 255, 0.8); + background: hsl(213, 75%, 97%); -webkit-border-radius: 4px; white-space: nowrap; text-overflow: ellipsis; |