If you want to make the Sticky or Locked icon stand out a bit more just add this to extra.less
Code:
Код:
/* Change Sticky and Locked Icon to Bold */
.structItem-status--sticky:before { font-weight: 800; }
.structItem-status--locked:before { font-weight: 800; }
Читать далее...