Can't change Firefox menu background color using userChrome.css on Windows 7
- by soupagain
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??