mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 14:41:53 +00:00
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:
parent
a8e4a3cfed
commit
3d7c197e90
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue