Temexter
Member
I'm trying to change the default new post icon in thread list.
I tried to make it in the same way as new icon in forum list:
EXTRA.css:
Result:
So i edited discussion_list.css:
Result:
Whats missing or wrong?
I tried to make it in the same way as new icon in forum list:
EXTRA.css:
Code:
.nodeInfo.unread .nodeTitle:after
{
background-color: #eb0909;
content: "NEW";
color: white;
border-radius: 2px;
margin-left: 9px;
margin-bottom: 3px;
padding: 1px 5px;
font-size: 9px;
}
So i edited discussion_list.css:
Code:
.LoggedIn .discussionListItem .unreadLink,
.LoggedIn .discussionListItem .ReadToggle
{
background-color: #eb0909;
width: 24;
content: "NEW";
color: white;
border-radius: 2px;
margin-left: 9px;
margin-bottom: 3px;
padding: 1px 5px;
font-size: 9px;
}
Whats missing or wrong?
Last edited: