admin submitted a new resource:
Display "NEW" icon on unread posts - Display "NEW" icon on unread posts
Read more about this resource...
Display "NEW" icon on unread posts - Display "NEW" icon on unread posts
Display a "NEW" blocked icon at the end of any unread post text.
Add the following code to the extra.less template without changing it.
CSS:.structItem.is-unread .structItem-title a:not(.labelLink):after { content: "NEW"; display: inline-block; background: @xf-uix_primaryColor; padding: 1px 4px; font-size: 11px; color: #FFF; border-radius: 3px; margin-left: 5px; position...
Read more about this resource...