Customize default Resource Manager icon

Customize default Resource Manager icon 1.0

Зарегистрируйтесь или войдите для бесплатной загрузки
Совместимость с XF
  1. 2.2.x
  2. 2.3.x
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 !important; -> The color of the logo (FA)
  • background: #eff7fd !important; -> The background color
  • border: 1px solid #b7dbf5; -> The border color
  • content: "\e003"; -> The Font Awesome logo

Автор
roothacker
Просмотры
503
Первый выпуск
Последнее обновление
Оценки 0.00 звезды 0 оценок
Больше Ресурсов от roothacker
Erahost WHMCS Тема
Erahost WHMCS Тема
Erahost WHMCS Thème 22 марта 2022
IPS Community Suite
IPS IPS Community Suite
IPS Community Suite Nulled
 Лучший Google Analytics
Лучший Google Analytics
Бetter Google Analytics 1.0.0.1
Назад
Вверх