Re: tapestry-jquery: changing superfish menu colors

2012-05-13 Thread Clément OUDOT
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



Re: tapestry-jquery: changing superfish menu colors

2012-05-13 Thread Chris Cureau
Thanks, Clement!

I hadn't yet needed to delve into CSS, and I wasn't sure about
overriding...guess I should have tried it first. :)   leaving the design
elements to someone else has its disadvantages
On May 13, 2012 2:51 PM, Clément OUDOT clem.ou...@gmail.com wrote:

 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