Indicator in conversations
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.
I wish you success.
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.
Kod:
.conversation_list .discussionListItem.unread .title:after {
background-color: #BE4F4F;
border: 1px solid #902B2B;
content: "NEW";
color: white;
border-radius: 2px;
margin-left: 5px;
padding: 1px 5px;
font-size: 8px; }
I wish you success.