mirror of https://github.com/BOINC/boinc.git
web: fix forum color
This commit is contained in:
parent
9b6d26ce4c
commit
2cb7633acd
|
@ -555,7 +555,7 @@ function show_post(
|
|||
} else {
|
||||
$highlight = $is_posted_by_special;
|
||||
}
|
||||
$class = $highlight?' class="bg-info" ':'';
|
||||
$class = $highlight?' class="bg-primary" ':'';
|
||||
|
||||
echo "
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue