小关
打酱油的路过~~
- UID
- 255
- 注册
- 2019/01/25
- 消息
- 489
- 解决方案
- 12
- 黄金
- 22,393G
在任何未读的帖子文本的末尾显示“新”被阻止的图标。
将以下代码添加到
将以下代码添加到
模板而不更改它。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;
}