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; color: #BC2A4D;
} }
/*.reported { .reported .inner {
background-color: transparent; background-color: rgba(95, 0, 0, 0.75);
}*/ }
.reported {
background-color: rgba(95, 0, 0, 0.75);
}
li.reported:hover { li.reported:hover {
background-color: #34373d !important; background-color: #34373d !important;