小关
打酱油的路过~~
- 黄金
- 14,343G
在任何未读的帖子文本的末尾显示“新”被阻止的图标。
将以下代码添加到
将以下代码添加到
模板而不更改它。extra.less
CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
content: "NEW";
display: inline-block;
background: @xf-uix_primaryColor;
padding: 1px 4px;
font-size: 11px;
color: #FFF;
border-radius: 3px;
margin-left: 5px;
position: relative;
top: -2px;
}