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 {
|
} else {
|
||||||
$highlight = $is_posted_by_special;
|
$highlight = $is_posted_by_special;
|
||||||
}
|
}
|
||||||
$class = $highlight?' class="bg-info" ':'';
|
$class = $highlight?' class="bg-primary" ':'';
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue