Comment to icon change
-
Hello @Ariel !
Those icons depend form the emoji defined in the CSS classes. For example, this variant works for the Timeline events of the Files app:
.sys-icon.file-alt:before, .fa-file-alt:before { content: "\f15c"; }
-
Hi @LeonidS If is depend means I can't do any change with those icon. My understanding once the main NAV icon has been changed Timeline icon should be update at the same time am I right? Do you know which file I can look for those path you just attach. Thanks
-
You may set the custom styles where will work with the
.sys-icon.file-alt
class. You may set there the background-image parameter for example.
-