2012/5/13 Chris Cureau <cmcur...@gmail.com>:
> I'm sure that I'm overlooking something, but I can't seem to find the css
> in my project that controls how jquery components are drawn.  I want to
> change the color of the superfish menu from the default blue to something
> that matches the rest of the pages a little more closely.  How can I do
> this?  Is the css contained within tapestry-jquery.jar?

I think the easiest way is to override the .js-menu class in your CSS.
For example:

.sf-menu li {
    background: none repeat scroll 0 0 #ccc;
}



Clément OUDT
LinID project - http://www.linid.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to