Reputation: 1463
i created several buttons in a toolbar with custom icons. however, it turns out that these icons are all in black instead of their original colors. how could I make it by using CSS?
thanks!
Upvotes: 0
Views: 976
Reputation: 5520
Also: you can inspect and remove rules for the -webkit-mask, and replace them with background images.
Upvotes: 1
Reputation: 6001
Just apply a background colour to them using css, if you are properly applying the icons (with a mask), that should change its colour
Upvotes: 1