Change color of editor toolbar buttons

What selector do I use to change the fill color of editor toolbar buttons? Thank you.

Give this a try:

.tc-editor-toolbar svg { fill:blue; }

-e

2 Likes