diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 23:04:17 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 23:04:17 +0000 |
commit | b04bcffa7d1713d4a28f1c6a8b422899b6f833a1 (patch) | |
tree | 78a796e54d970a29096e203f6885b20726d543c9 /chrome/browser/resources/new_tab_theme.css | |
parent | 909e93bd352192170dc6e807e81b2cfc673f6e7e (diff) | |
download | chromium_src-b04bcffa7d1713d4a28f1c6a8b422899b6f833a1.zip chromium_src-b04bcffa7d1713d4a28f1c6a8b422899b6f833a1.tar.gz chromium_src-b04bcffa7d1713d4a28f1c6a8b422899b6f833a1.tar.bz2 |
NNTP: Fix the issue where the lower corners had a fex dark pixels
leaking through.
BUG=18172
TEST=Look at the lower left and right corners of the thumbnails on the
new new tab page. There should bot be any dark pixels there.
Review URL: http://codereview.chromium.org/160549
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22337 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, 0 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index 0ad11c9..63472e5 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -36,9 +36,6 @@ body { .thumbnail-container:hover > .edit-mode-border { background-color: $6; } -.edit-mode-border { - background-color: $7; -} .section { border: 1px solid $7; } |