42e590c6fd
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.
32 lines
444 B
CSS
32 lines
444 B
CSS
body {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#ytapiplayer {
|
|
background-color: #000000;
|
|
}
|
|
|
|
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
footer {
|
|
background-color: #eeeeee !important;
|
|
}
|
|
|
|
.queue_entry {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.queue_active {
|
|
background-color: #d9edf7;
|
|
}
|
|
|
|
.profile-box, .user-dropdown {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.chat-shadow {
|
|
color: #aaaaaa;
|
|
}
|