BazQux Reader Community

Very simple addition of "unread" CSS class

I added this to UserVoice, but it seems like a simple enough idea to mention here:

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.

You can make two styles

.postHeader { /* unread style */ }
.read .postHeader { /* read style */ }

that’s how BazQux itself handles it.

Thanks…I’ll keep trying. I can make the desired changes in Inspector, but trying to write styles that actually work is proving more difficult.

I am trying to set the font weight to be lighter and set the background color to white for read items (in list view).