Highlight the forums where new content is posted

Highlight the forums where new content is posted

  • Auteur du fil de discussion Auteur du fil de discussion axtona
  • Date de début Date de début
Inscrit(e) le
Juin 28, 2020
Messages
4,393
Score de réaction
1,401
Credits
$11,781
The Highlight the forums where new content is posted has been submitted and is now available for free download. Big thanks to the contribution from our member @axtona !

With customization you can highlight forums that receive new messages.
CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "NEW";
    display: inline-block;
    padding: 1px 4px;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    background: linear-gradient(45deg, #0f578a, #0f578a, #0f578a, transparent);
}
Afficher la pièce jointe 116080
Read more about this resource...

 
Haut