alfaNova
Well-known member
Just found it, add the following code into the extra.less, and result as follows.



Less:
.actionBar-action
{
&.actionBar-action--changeOwnerAndDate:before { .m-faContent("@{fa-var-random}\20"); } //Add an icon for the action bar: Change Content Owner or Date//
&.actionBar-action--changeDate:before { .m-faContent("@{fa-var-calendar-edit}\20"); } //Add an icon for the action bar: Change Content Owner or Date//
&.actionBar-action--changeOwner:before { .m-faContent("@{fa-var-user-edit}\20"); } //Add an icon for the action bar: Change Content Owner or Date//
}
Last edited: