Customize default Resource Manager icon

Customize default Resource Manager icon

Allan

Well-known member
Allan submitted a new resource:

Change default Resource Manager icon - Allows you to customize the 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...

Read more about this resource...
 
User does not add icons. I use my logo instead of icon ("\e003"). How should we do it according to the logo link.
/test/logo.jpg
 
Top Bottom