From b04bcffa7d1713d4a28f1c6a8b422899b6f833a1 Mon Sep 17 00:00:00 2001 From: "arv@google.com" Date: Mon, 3 Aug 2009 23:04:17 +0000 Subject: 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 --- chrome/browser/resources/new_new_tab.css | 1 - chrome/browser/resources/new_tab_theme.css | 3 --- 2 files changed, 4 deletions(-) diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index 2335b21..2dbe79b 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -238,7 +238,6 @@ html[dir=rtl] .thumbnail-container > .title > div { .edit-mode-border { -webkit-border-radius: 4px; - background-color: hsla(213, 54%, 95%, 0); /* when dragged over we move this */ position: relative; 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; } -- cgit v1.1