summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 23:04:17 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-03 23:04:17 +0000
commitb04bcffa7d1713d4a28f1c6a8b422899b6f833a1 (patch)
tree78a796e54d970a29096e203f6885b20726d543c9
parent909e93bd352192170dc6e807e81b2cfc673f6e7e (diff)
downloadchromium_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
-rw-r--r--chrome/browser/resources/new_new_tab.css1
-rw-r--r--chrome/browser/resources/new_tab_theme.css3
2 files changed, 0 insertions, 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;
}