Can't change Firefox menu background color using userChrome.css on Windows 7
Posted
by
soupagain
on Super User
See other posts from Super User
or by soupagain
Published on 2010-04-08T19:21:43Z
Indexed on
2012/10/29
11:05 UTC
Read the original article
Hit count: 273
I can't change Firefox's menu background color using userChrome.css on Windows 7.
menubar, menubutton, menulist, menu, menuitem {
color: red !important;
background-color: orange !important;
}
This seems to work as the menubar changes to red and orange. But the background-color on the actual drop down menu stays the same (that Windows 7 menu look), although the text color does change to red.
Any ideas??
© Super User or respective owner