Customize default Resource Manager icon

Customize default Resource Manager icon 1.0

没有下载权限
XF 兼容性
  1. 2.2.x
  2. 2.3.x
摘要
Customize your Resource Manager icon with style using extra.less. Change the bland default to vibrant colors and a custom Font Awesome logo. Easy steps included in this guide.
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
浏览
458
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 roothacker 的更多资源

Erahost WHMCS主题 roothacker
Erahost WHMCS主题2022年3月22日
浏览
1,432
已更新
IPS社区套件 roothacker
IPS IPS社区套件 5.0.17 Nulled
IPS 社区套件 Nulled
浏览
1,881
已更新
[DigitalPoint] Better Google Analytics roothacker
[DigitalPoint] Better Google Analytics 1.0.0.1
浏览
681
已更新

相似的资源

[cXF] Icons in sidenav on Account page A
Would you like to have icons in sidenav on Account page like this?
[cXF] Change default FA node icon A
Would you like to change your default Font Awesome node icons like this?
顶部