Add a CSS class for unread items
BazQux currently has these classes for read items (class="unselected read expandable compact compactListViewItem post msgFrame")
It would be useful for client-side styling to add 'unread' to the similar class for unread items, which would allow more flexible client-side styling.
3
votes
clorgie
shared this idea
-
You can make two styles
.postHeader { /* unread style */ }
.read .postHeader { /* read style */ }that’s how BazQux itself handles it.