Menu Bar

Discuss application theming and theme development.
Post Reply
User avatar
tmkt
Posts: 69
Joined: November 20th, 2002, 12:18 pm
Location: San Francisco
Contact:

Menu Bar

Post by tmkt »

How do I disable the background on the menu bar?

http://www.cyberbeach.net/~dminogue/beta1.png

toolbar {
background: url("chrome://browser/skin/background.png")
}

is all i'm using right now.

Thanks
aspenpete
Posts: 50
Joined: November 6th, 2002, 4:57 am
Contact:

Post by aspenpete »

I have to say this... that is the nastiest screenshot I have ever seen.

No disrepect to you, no disrespect to the candy theme. But please, don't let that screenshot have children.

AspenP
User avatar
laszlo
Posts: 5225
Joined: November 4th, 2002, 6:13 pm
Location: .de
Contact:

Post by laszlo »

Adding the following after your toolbar selector should work:

Code: Select all

#toolbar-menubar {
  background: none;
}
Post Reply