5

Is there an easy way to change the theme of the jQuery UI by replacing certain files? It seems like I have to keep downloading the entire jQuery UI every time I want to change the theme.

Kamil Sindi
  • 21,782
  • 19
  • 96
  • 120

3 Answers3

8

You can build your own theme at http://jqueryui.com/themeroller/.
once you build your theme you will have link both in address bar that you can bookmark and in your css file jquery-ui-1.8.6.custom.css that you download:

http://jqueryui.com/themeroller/#ffDefault=Trebuchet+MS,+Tahoma,+Verdana,+Arial,+sans-ser...

for each modification you can use these link instead of start from beginning.

EDIT

by using totalcommander compare tool or winmerge, you just do syncronize existing jquery ui files and the new jquery ui files, if you build new one

asdf_enel_hak
  • 7,474
  • 5
  • 42
  • 84
3

The only thing you need to change is the stylesheet and the images.

Derek
  • 4,864
  • 5
  • 28
  • 38
2

Referring to this answer, you can find ThemeRoller edit link in your css file. This url contains whole theme settings and this is the best way how migrate/upgrade it.

Community
  • 1
  • 1
dmnc
  • 966
  • 1
  • 9
  • 19