/* Border between sticky/normal threads */
.structItemContainer-group--sticky {
border-bottom: 6px solid;
color: xf-diminish(@xf-borderColor, 6%);
}
.structItemContainer-group--sticky {
background-color: orange !important;
}
.structItemContainer-group--sticky .structItem-title a:link,
.structItemContainer-group--sticky .structItem-title a:visited {
color: @xf-paletteColor4;
}
.structItemContainer-group--sticky {
background-color: orange !important;
}
.structItemContainer-group--sticky .structItem-title a:link,
.structItemContainer-group--sticky .structItem-title a:visited {
color: @xf-paletteAccent3;
}