Custom Action Bar for 2.1

Custom Action Bar for 2.1

artscripts

Реклама, support, вопросы по проекту
Администрация
Сообщения
2,613
Решения
44
Реакции
6,082
Баллы
6,390
artscripts добавил(а) новый ресурс:

Custom Action Bar for 2.1 - Иконки Font Awesome для панели действий

Добавить код в extra.less

Less:
.actionBar-action:before {
    margin-right: 5px;
}
.actionBar-action--edit:before {.m-faContent("\f040");}
.actionBar-action--report:before {.m-faContent("\f071");}
.actionBar-action--ip:before {.m-faContent("\f002");}
.actionBar-action--delete:before {.m-faContent("\f00d");}
.actionBar-action--spam:before {.m-faContent("\f024");}
.actionBar-action--warn:before {.m-faContent("\f12a");}
.actionBar-action--history:before {.m-faContent("\f1da");}...

Узнать больше об этом ресурсе...
 
Как заметка, на 2.3 работать не будет.

Вот подшаманил, даже работает
CSS:
/*Custom Action Bar for */
.actionBar-action:before {
    margin-right: 5px;
}
.actionBar-action--edit:before {
    .m-faContent(@fa-var-edit);
}
.actionBar-action--report:before {
    .m-faContent(@fa-var-exclamation-triangle);
}
.actionBar-action--ip:before {
    .m-faContent(@fa-var-search);
}
.actionBar-action--delete:before {
    .m-faContent(@fa-var-times);
}
.actionBar-action--spam:before {
    .m-faContent(@fa-var-shield-alt);
}
.actionBar-action--warn:before {
    .m-faContent(@fa-var-exclamation-circle);
}
.actionBar-action--history:before {
    .m-faContent(@fa-var-history);
}
/*  END Custom Action Bar for */
 
Последнее редактирование:
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу