Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easy Way to Change jQuery UI Theme?

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.

like image 775
Kamil Sindi Avatar asked Oct 21 '11 16:10

Kamil Sindi


2 Answers

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

like image 179
asdf_enel_hak Avatar answered Sep 28 '22 10:09

asdf_enel_hak


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

like image 22
Derek Avatar answered Sep 28 '22 10:09

Derek