You can add colours too.
{ color: red; }
/* Change Sticky and Locked Icon to Bold */
.structItem-status--sticky:before { font-weight: 800; }
.structItem-status--locked:before { font-weight: 800; }
dd.blockStatus-message.blockStatus-message--locked:before { font-weight: 800; }
dd.blockStatus-message.blockStatus-message--locked:before { color: black; }
/* Change Sticky and Locked Icon to Bold */
.structItem-status--sticky:before { font-weight: 800; }
.structItem-status--locked:before { font-weight: 800; }
/* change sticky and locked icons to solid variant */
.structItem-status--sticky::before
{
.m-faContent(@fa-var-solid-lock, .875em);
}
.structItem-status--locked::before {
.m-faContent(@fa-var-solid-thumbtack, .75em);
}
In XF 2.3, icon variants are controlled through new Less psuedo-variables and not font-weights.
We use essential cookies to make this site work, and optional cookies to enhance your experience.