is it possible to add a style to a font Awesome on the toolbar? we want to change the color of each icon so no all of them are black,
Let me know, thanks
You can change the color of all the icons in your toolbar using the following css:
.dhx_toolbar_material div.dhx_toolbar_btn i{ color: #2ab63a; }Unfortunately setting the individual color for each icon is not supported.