mizzao / meteor-jqueryui

Simple jQuery UI pull-in for Meteor
MIT License
11 stars 10 forks source link

change css #8

Open dpatte opened 9 years ago

dpatte commented 9 years ago

I would like to change the .css provided by this. Can you provide steps I should use to do this?

Thanks.

mizzao commented 9 years ago

CSS is global, so you should be able to just override the styles in your app.

Just load a jQuery UI theme file after this package and it should override everything.