Merge "also color Verified -1 as red in CS2"

This commit is contained in:
Jenkins 2015-12-21 09:39:56 +00:00 committed by Gerrit Code Review
commit a1eb4f504e
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ table.infoTable td.notVotable,
} }
/* css attribute selector to make -1s show up red in new screen */ /* css attribute selector to make -1s show up red in new screen */
[title="Doesn't seem to work"],
[title="This patch needs further work before it can be merged"] { [title="This patch needs further work before it can be merged"] {
color: red; color: red;
} }