Customize default Resource Manager icon

Customize default Resource Manager icon 1.0

Нет прав для скачивания
  • Автор темы Автор темы roothacker
  • Дата начала Дата начала
Lv.3
Iron Member
Регистрация
21.04.2022
Сообщения
30
Реакции
192
Credits
$11
thanks to dear member @roothacker submitted a new resource:

Customize default Resource Manager icon - Customize default Resource Manager icon

Change default Resource Manager icon
_____________________________________________


I find the original icon a bit "bland", here's how to customize it 😉

  • In extra.less template, add this:
CSS:
.avatar.avatar--resourceIconDefault {
    color: #9ac4e3 !important;
    background: #eff7fd !important;
    border: 1px solid #b7dbf5;
}
.avatar.avatar--resourceIconDefault > span:before {
content: "\e003";
}

  • We decrypt the code:
  • color: #68abdb...

Read more about this resource...
 
Верх