Added a dark-red background color for reported posts/threads.

Thread will light up if there is a reported post in it.
Reported post will also light up in same color.
This commit is contained in:
Accensus 2017-06-18 17:07:13 +03:00
parent a8e4a3cfed
commit 3d7c197e90
1 changed files with 7 additions and 3 deletions

View File

@ -222,9 +222,13 @@ dl.details dd {
color: #BC2A4D;
}
/*.reported {
background-color: transparent;
}*/
.reported .inner {
background-color: rgba(95, 0, 0, 0.75);
}
.reported {
background-color: rgba(95, 0, 0, 0.75);
}
li.reported:hover {
background-color: #34373d !important;