[RSS Feed/News] Display "NEW" icon on unread posts

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
stunod29 submitted a new resource:

Display "NEW" icon on unread posts - New posts will stand out more now!

Display a "NEW" blocked icon at the end of any unread post text.


CSS:

Code:
.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: relative;
    top...
Click to expand...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom