New icon code next to the topics, not the section

Скачать New icon code next to the topics, not the section

binkaddas

Житель
Регистрация
04.08.25
Сообщения
1
Реакции
1
New icon code next to the topics, not the section

1 - Preview after installation

1754321024984.webp

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);
}
 
1617e249c16fc0 1617e249c16fc0
Назад
Сверху Снизу