- Tham gia
- 28/02/2015
- Bài viết
- 16,220
- Được Like
- 12,559
Sticky thread separator (CSS) - Phân tách chủ đề ghim (CSS) cho XenForo 2.2
Thêm css đơn giản để hiển thị các chủ đề quan trọng hơn.
Trong template
Chúc các bạn thành công.
Thêm css đơn giản để hiển thị các chủ đề quan trọng hơn.
Trong template
extra.less
, hãy thêm cái này:
Less:
.structItemContainer-group--sticky {
border-left: 2px solid @xf-paletteColor3;
padding-bottom: 5px;
border-bottom: 1px solid xf-diminish(@xf-borderColor, 6%);
margin-bottom: 10px;
}
.structItem-status--sticky::before {
color: @xf-paletteColor3;
}
Nguồn: xenforo.com