New Post Indicator v2
Shelley released this: http://xenforo.com/community/resources/add-indicator-after-node-title.1704/
With her help and messing around myself I have gotten:
Add the following to your extra.css:
I wish you success.
Shelley released this: http://xenforo.com/community/resources/add-indicator-after-node-title.1704/
With her help and messing around myself I have gotten:
Add the following to your extra.css:
Kod:
.node .unread .nodeTitle:after {
background-color: #65a5d1;
content: "NEW";
color: white;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
float: right;
margin-right: 10px;
padding: 1px 5px;
font-size: 9px;
}
I wish you success.