Implement invite deleting/revoking

This commit is contained in:
Trever Fischer
2012-02-19 23:12:57 -05:00
parent 55201d6a22
commit 35fae8b679
6 changed files with 52 additions and 4 deletions

View File

@@ -153,3 +153,8 @@ tr.sticky a:link {
color: #fff;
border: 1px solid white;
}
#invite-table tr.deleted {
background-color:#000;
color:#aaa;
}