Merge "make -1s red in gerrit new screen"

This commit is contained in:
Jenkins
2014-11-07 16:14:20 +00:00
committed by Gerrit Code Review

View File

@@ -65,3 +65,8 @@ table.infoTable td.notVotable,
.addMemberTextBox {
width: 20em;
}
/* css attribute selector to make -1s show up red in new screen */
[title="This patch needs further work before it can be merged"] {
color: red;
}