NetTalk Central

Author Topic: JavaScript Icons  (Read 3144 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
JavaScript Icons
« on: October 04, 2011, 01:05:14 PM »
Hi Guys,

Is there any way to change the colour of the JavaScript icons?  The orange arrows.
For example the Wizard-Next icon:  'arrowthick-1-e' ?

I managed to change the actual button style and hover properties, but not sure about the "default" orange icons.
« Last Edit: October 04, 2011, 01:26:22 PM by rupertvz »

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: JavaScript Icons
« Reply #1 on: October 04, 2011, 07:04:16 PM »
Hi
The buttons are held in 5 png files in the images directory. They are named for the foreground color of the button like - ui-icons_d404e7_256x240.png
These are created for you by Theme Roller when pick the icon color in the clickable active,default and hover sections as well as the error sections.

You can open them in an editor and change the colors (don't rename the files), but I just let Theme roller do it.

HTH
Chris
Real programmers use copy con newapp.exe

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: JavaScript Icons
« Reply #2 on: October 04, 2011, 07:16:18 PM »
yes just create your own theme using the JQuery UI Website. I played around with it a long time ago but it was reasonably simple to add. You just need to be careful about caching and the std theme is packaged into a gz file so you would need to switch that off for testing purposes or just create a new gz all file...