Highlight forms where new content is submitted

Highlight forms where new content is submitted

  • Criador do tópico Criador do tópico axtona
  • Data de início Data de início
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
Associado
28/06/2020
Mensagens
4.400
Pontuação de reações
1.401
Credits
$11.798
The Highlight forms where new content is submitted 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.
Visualizar anexo 113283
CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "YENİ";
    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);
}
Read more about this resource...
 
Top