You are not logged in.
Pages: 1
I am looking for some help with setting the userChrome.css for firefox with a dark menubar. The image on the right is the GTK theme that I would like it to match. The normal state of the text would be white and the selected state would be black (in the menubar ). I have tried:
menu {
color: white !important;
}
menupopup > menu,
popup > menu,
{
color: black !important;
}This changes the menubar text to white, selected and not, and it also changes some menu items to white (folders specifically).
Last edited by M177ER (2008-12-17 00:06:36)
Offline
Pages: 1