- Автор темы
- #1
New icon code next to the topics, not the section
1 - Preview after installation

2- Syntax explanation: Copy the following code into the extra.less template:
1 - Preview after installation

2- Syntax explanation: Copy the following code into the extra.less template:
Код:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
content: "New";
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);
}