Indicator in conversations

Indicator in conversations

Shelley

Well-known member
Shelley submitted a new resource:

Indicator in conversations - This will exclusively apply a "new" indicator in your conversation list

8Vx6U6G.png
View attachment 51645

Summary: This simple enhancement will display (exclusively) a new indicator after the title in your conversations listings.

Install: Paste the following in your EXTRA.CSS template or you could add the class name to your existing code if your using a previous release which is related to this resource.

Code:
.conversation_list .discussionListItem.unread .title:after {
background-color: #BE4F4F;
border: 1px...

Read more about this resource...
 
  • Like
Reactions: Dan
This is a really nice touch, Shelley! If I may make one suggestion, though: I would change the "NEW" text to be phrased - I'd modify the CSS like this:

Find:
Code:
content: "NEW";

Replace with:
Code:
content: "{xen:phrase new}";
text-transform: uppercase;

But other than that, this is an excellent resource - thank you for sharing it! :)
 
Top Bottom