Jintu J
Jintu J

Reputation: 11

Applying custom color to jquery ui-icons

I am new to jQuery. I want to use the "ui-icon ui-icon-triangle-1-e" with a color that matches my application ,also I dont want use a differnt .png file with the color I want. Please help me get this done.

Upvotes: 1

Views: 3479

Answers (1)

Nick Craver
Nick Craver

Reputation: 630627

Your best option is to use a different PNG file, that's the only option for this really (that works cross-browser). However it's pretty easy to get the color you want, use the jQuery UI ThemeRoller and you can configure/download the exact colors you want in a theme, including the icons.

Upvotes: 1

Related Questions