Nirjonadda
Customer
Please can you let me know that How to add icon to action control area?
.actionBar-action.actionBar-action--warn:before {
content: "\f071";
}
/* Add icon to action control START */
.actionBar-action.actionBar-action--menuItem.LinkCheckTrigger:before {
content: "\f360";
}
.actionBar-action.actionBar-action--changeOwnerAndDate:before {
content: "\f017";
}
/* Add icon to action control END */
/* Add icon to action control START */
.actionBar-action.actionBar-action--menuItem.LinkCheckTrigger:before {
content: "\f360\20";
}
.actionBar-action.actionBar-action--changeOwnerAndDate:before {
content: "\f017\20";
}
/* Add icon to action control END */
/* Style switch icon in Footer START */
.p-linkList-changeStyle a:before, .p-linkList-changeWidth a:before, .p-linkList-changeLanguage a:before
{
.m-faBase();
display: inline-block;
margin-right: 2px;
}
.p-linkList-changeStyle a:before { .m-faContent(@fa-var-paint-brush); }
.p-linkList-changeWidth a:before { .m-faContent(@fa-var-sliders-h); }
.p-linkList-changeLanguage a:before { .m-faContent(@fa-var-globe); }
/* Style switch icon in Footer END */
/* Style switch icon in Footer START */
.p-linkList-changeStyle a:before, .p-linkList-changeWidth a:before, .p-linkList-changeLanguage a:before, .p-linkList-toggleSidebar a:before
{
.m-faBase();
display: inline-block;
margin-right: 2px;
}
.p-linkList-changeStyle a:before { .m-faContent(@fa-var-paint-brush); }
.p-linkList-changeWidth a:before { .m-faContent(@fa-var-sliders-h); }
.p-linkList-changeLanguage a:before { .m-faContent(@fa-var-globe); }
.p-linkList-toggleSidebar a:before { .m-faContent(@fa-var-toggle-on); }
/* Style switch icon in Footer END */