XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Sticky thread separator (CSS) - simple change to make important discussions more visible
Read more about this resource...
Sticky thread separator (CSS) - simple change to make important discussions more visible
![]()
A simple add css to make important threads more visible. (I wanted something light)
Inextra.less
template, add this:
CSS:.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; }
Read more about this resource...