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:
parent
37db972d86
commit
42e590c6fd
9 changed files with 43 additions and 8 deletions
4
www/css/themes/bootstrap-theme.min.css
vendored
4
www/css/themes/bootstrap-theme.min.css
vendored
|
|
@ -35,3 +35,7 @@ footer {
|
|||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7725,3 +7725,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
color: #c8c8c8;
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
color: #777777;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,3 +25,7 @@ footer {
|
|||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8012,3 +8012,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
.poll-notify {
|
||||
color: #ff9900;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
color: #777777;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue