Customize default Resource Manager icon

Customize default Resource Manager icon 1.0

Cadastre-se ou faça login para download gratuito
Compatibilidade com 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

Autor
roothacker
Visualizações
503
Primeiro lançamento
Última atualização
Avaliações 0,00 estrelas 0 avaliações
Mais recursos de roothacker
Erahost WHMCS Tema
Erahost WHMCS Tema
Erahost Tema WHMCS 22 de março de 2022
IPS Comunidade Suite
IPS IPS Comunidade Suite
IPS Comunidade Suite Nulada
 Melhor Google Analytics
Melhor Google Analytics
Melhor Google Analytics 1.0.0.1

Recursos similares

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