Fix #340; add shadowchat option for moderators

The new option allows moderators to see what shadowmuted users are saying.  When enabled, messages from shadowmuted users will appear in a darker (or lighter, depending on theme) font and struck through.
This commit is contained in:
Calvin Montgomery 2014-04-01 11:52:20 -05:00
parent 37db972d86
commit 42e590c6fd
9 changed files with 43 additions and 8 deletions

View file

@ -35,3 +35,7 @@ footer {
.profile-box, .user-dropdown {
background-color: #ffffff;
}
.chat-shadow {
color: #aaaaaa;
}