go.tools/dashboard/app: drop green coloring from perf dashboard

Fixes golang/go#8624.

LGTM=dave, aram
R=dvyukov, dave, aram
CC=golang-codereviews
https://golang.org/cl/140840043
This commit is contained in:
Andrew Gerrand 2014-09-03 12:54:38 +10:00
parent d7f2ea810f
commit a455c4c58e
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ table thead tr {
text-overflow: ellipsis;
}
.good { text-decoration: none; text-shadow: 1px 1px 0 #BBF8AB; color: #000000; background: #38FF38;}
.good { text-decoration: none; color: #000000; }
.bad { text-decoration: none; text-shadow: 1px 1px 0 #000000; color: #FFFFFF; background: #E70000;}
.noise { text-decoration: none; color: #888; }
.fail { color: #C00; }