- Tham gia
- 28/02/2015
- Bài viết
- 16,829
- Được Like
- 12,720
Display "NEW" icon on unread posts - Hiển thị biểu tượng "NEW" trên bài viết chưa đọc cho XenForo 2
Thêm đoạn code sau vào template Extra.less:
Chúc các bạn thành công.
Thêm đoạn code sau vào template Extra.less:
Mã:
.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;
}
Nguồn: xenforo.com
Bài viết liên quan
Được quan tâm
Bài viết mới