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

View File

@@ -146,6 +146,7 @@ table.infoTable td.notVotable,
}
/* 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"] {
color: red;
}