I remember finding the css file for jQuery UI in a file library somewhere in the Seaside stuff, but I can't seem to now :/
*It used to be under #jqueryUiCss I'd like to modify some of the classes. RS Windows 7: Unclutter your desktop. Learn more. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Robert Sirois wrote: > I remember finding the css file for jQuery UI in a file library > somewhere in the Seaside stuff, but I can't seem to now :/ > > *It used to be under #jqueryUiCss > > I'd like to modify some of the classes. > I think it is all done with UI Themes now. Look at JQBaseTheme and its subclasses. The theme CSS files are hosted on Google. You can override the classes in a css file of your own. You can get the css file to determine which classes to override here: 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/THEME-NAME/jquery-ui.css' Where you replace the THEME-NAME with whichever theme name you're using, assuming you're using a theme. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Did you mean hostage by host? :p
I figured out what I wanted to do, thanks. I sorta liked having the files on hand, though :/ RS > Date: Sun, 6 Dec 2009 20:58:11 -0500 > From: [hidden email] > To: [hidden email] > Subject: Re: [Seaside] JQ UI CSS > > > > > > Robert Sirois wrote: > > I remember finding the css file for jQuery UI in a file library > > somewhere in the Seaside stuff, but I can't seem to now :/ > > > > *It used to be under #jqueryUiCss > > > > I'd like to modify some of the classes. > > > > I think it is all done with UI Themes now. Look at JQBaseTheme and its > subclasses. The theme CSS files are hosted on Google. > > You can override the classes in a css file of your own. You can get the > css file to determine which classes to override here: > > 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/THEME-NAME/jquery-ui.css' > > Where you replace the THEME-NAME with whichever theme name you're using, > assuming you're using a theme. > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Get gifts for them and cashback for you. Try Bing now. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> I figured out what I wanted to do, thanks. I sorta liked having the files on
> hand, though :/ I suggest that you build and download your own theme at http://jqueryui.com/themeroller/ Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I actually decided to build by own set of dialogs, accordions, and some other little widgets I came up with myself using jQuery functions and animations because I really couldn't accomplish what I needed to with their tools, theme them right, etc.
The one I wanted to change was the .ui-draggable-dragging, which appears to be a generated class with no effect unless the developer needs to use it for something, as in my case. Thanks, RS > From: [hidden email] > Date: Mon, 7 Dec 2009 07:40:58 +0100 > Subject: Re: [Seaside] JQ UI CSS > To: [hidden email] > > > I figured out what I wanted to do, thanks. I sorta liked having the files on > > hand, though :/ > > I suggest that you build and download your own theme at > > http://jqueryui.com/themeroller/ > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Windows 7: Unclutter your desktop. Learn more. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |