XenForo Sticky thread separator (CSS)

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,485
Credits
28,049
1722682598802.png

A simple add css to make important threads more visible. (I wanted something light)

In extra.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;
}
 
Back
Top Bottom