highlight new rows by making them green

This commit is contained in:
Stephen Birarda 2014-10-09 15:21:38 -07:00
parent 4d13718d87
commit e80cf6fc76

View file

@ -84,3 +84,8 @@ td.buttons .glyphicon {
text-align: center;
font-size: 12px;
}
tr.new-row {
color: #3c763d;
background-color: #dff0d8;
}