Quote from: BobRay at Jan 22, 2015, 11:17 PMThe intention is that every modDocument that uses a particular template can have a unique icon in the Resource tree. I don't think it's meant to apply to containers, symlinks, or weblinks. I'm not sure about static resources.
I'd be curious to know how the Articles container gets the coffee-cup icon.
Icon applies to any resources that use a particular template. For example, you can use "icon-pdf" for pages with PDF content attached or something like that.
Well, what about coffee icon, I'm gonna disappoint you, because they made it this way:
.icon-coffee:before, .icon-css:before, .icon-htm:before, .icon-html:before, .icon-js:before, .icon-less:before, .icon-scss:before, .icon-styl:before, .icon-xml:before {
content: "\f1c9"
}
So you have to add your own class to manager's index.css file with the following content:
And yes, they use an old 3.2.1 version of Font Awesome, so
here's the link to icons you can choose from.