Changing #nav-bar background color to a solid color

User Help for Mozilla Firefox
Post Reply
WindHeight
Posts: 156
Joined: February 8th, 2008, 3:05 am

Changing #nav-bar background color to a solid color

Post by WindHeight »

I cannot get the #nav-bar to have a solid background color. It seems that No matter what I try, it always has a gradient, which seems to begin with the color I specify for the background color (starting from the bottom and becoming lighter going upward). Even something simple change like this does not work:

#nav-bar {
background-color: red !important;
}

How can I eliminate the gradient and simply specify a solid background color? It seems to automatically make a gradient out of whatever color I specify.

This is in FF 35.
rsx11m
Moderator
Posts: 14404
Joined: May 3rd, 2007, 7:40 am
Location: US

Re: Changing #nav-bar background color to a solid color

Post by rsx11m »

Judging from your posting history, this is not a topic for Theme Development, rather a support request for a specific style change. Thus, moving to Firefox Support.
User avatar
patrickjdempsey
Posts: 23686
Joined: October 23rd, 2008, 11:43 am
Location: Asheville NC
Contact:

Re: Changing #nav-bar background color to a solid color

Post by patrickjdempsey »

Maybe...?

Code: Select all

#nav-bar {
background-image: none !important;
}
Tip of the day: If it has "toolbar" in the name, it's crap.
What my avatar is about: https://addons.mozilla.org/en-US/seamonkey/addon/sea-fox/
WindHeight
Posts: 156
Joined: February 8th, 2008, 3:05 am

Re: Changing #nav-bar background color to a solid color

Post by WindHeight »

That did the trick, thanks!
Post Reply