Help....trying to get a facebook look and feel...

Hi,

This is the app I am doing on facebook (done with vaaadin)

http://apps.facebook.com/picwigs/

Im trying to refine the look and feel, to make it more facebook like. at the moment, I am concentrating on the menubar…

As you can see, its almost there…except, click on it, and its surrounded by an ugly highlight.

I have been trying for hours to work out how to get rid of it in my customer css… I dont event know what component css to override?

Any suggestions?

Thanks.

Hi,

The following should do it:

.v-menubar,
.v-menubar:focus {
outline: none;
}

Yep, thats done it!..Thanks :smiley: