Commit 481a6d89 authored by estade@chromium.org's avatar estade@chromium.org

ntp: change color of trash text again

I think that r113138 and r113167 combined made it too light

BUG=106669
TEST=manual

Review URL: http://codereview.chromium.org/8833006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113478 0039d316-1c4b-4281-b951-d872f2087c98
parent b80d2cfc
......@@ -242,7 +242,7 @@ html[dir='rtl'] .login-status-icon {
#trash {
-webkit-transition: top 200ms, opacity 0;
-webkit-transition-delay: 0, 200ms;
color: #7F7F7F;
color: #222;
height: 100%;
position: absolute;
opacity: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment