Merge "make -1s red in gerrit new screen"
This commit is contained in:
commit
35803facb9
@ -65,3 +65,8 @@ table.infoTable td.notVotable,
|
|||||||
.addMemberTextBox {
|
.addMemberTextBox {
|
||||||
width: 20em;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user