Sticky thread separator (CSS)

Sticky thread separator (CSS)

Allan

Well-known member
Allan submitted a new resource:

Sticky thread separator (CSS) - A simple change to make important discussions more visible.

Hello :)

A simple change to make important discussions more visible.

DEMO:

In extra.less template, add this:
Code:
.structItemContainer-group--sticky {
    border-left: 2px solid @xf-paletteColor3;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.structItem-status--sticky::before {
    color: @xf-paletteColor3;
}

[ATTACH...

Read more about this resource...
 
Top Bottom