MG 1.1 New media label

Lindal_Oronar

Well-known member
I what to add a "NEW" label on new media, but this code doesn't work with unviewed class.
Anyone a idea how to fix.

Code:
.unviewed .thumbnailContainer span:after {
    width: auto;
    height: 20px;
    content: "NIEUW";
    position: absolute;
    right: -255px;
    top: -232px;
    background-color: red;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    line-height: 20px;
    padding: 0 10px;
}

1507569410459.webp
 
Worth creating a suggestion for, at least, though the viewed status is sort of inherently "just there" in XF2 so it would already be possible to do something, I suspect.
 
Top Bottom