Opened 10 years ago
Closed 10 years ago
#2028 closed defect (bug) (fixed)
Topics in the spam view should not use the `bbp-lead-topic` background color
| Reported by: | netweb | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Support Forums | Keywords: | has-patch commit |
| Cc: |
Description
The spam view at https://wordpress.org/support/view/spam/ currently uses the bbp-lead-topic CSS class as the background colour for spammed topics
Via Slack here: https://wordpress.slack.com/archives/forums/p1473684980003792:
zoonini: hey peeps, anyone know the difference between the light pink and the orange ones in the spam queue?
zoonini: they both are author-flagged and marked as spam
sergey: @zoonini Looking at the HTML source, seems like the orange ones are initial topic posts, and light pink ones are replies.
#bbpress-forums ul.bbp-lead-topic li.bbp-body { border: 1px solid #ffe399; } #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic { background-color: #fff8e5;
It should inherit the background alternate colors from: https://plugins.trac.wordpress.org/browser/bbpress/trunk/templates/default/css/bbpress.css?marks=48-56#L48
#bbpress-forums .status-trash.even, #bbpress-forums .status-spam.even { background-color: #fee; } #bbpress-forums .status-trash.odd, #bbpress-forums .status-spam.odd { background-color: #fdd; }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 4070: