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.
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;
}