Neue Inhalte bei Formularformulare eingeben

Neue Inhalte bei Formulare hervorheben

Beigetreten
Jun 28, 2020
Nachrichten
4,515
Reaktionswert
1,416
Credits
$12,419
DieHighlight forms where new content is submittedDie Anforderung wurde eingereicht und ist jetzt für den kostenlosen Download verfügbar. Dank dem Beitrag unseres Mitglieds. @axtona!
Mit der Customisierung können Sie Foren hervorheben, die neue Nachrichten erhalten.
Anhang 113283 einsehen
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...
 
Oben