XenForo Yeni içerik gönderilen forumları belirginleştirin
Uyumlu XF Sürümleri
- 2.2.X
- 2.3.X
Description:
With customization you can highlight forums that receive new messages.
Less:
/// TRXF.TR-Yeni gönderi bildirimleri ///
.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);
}
/// ------- ///