navigator-toolbox menu { color: white !important }
Changes color of menu-bar items to white. Unfortunately it also changes the first item in the File menu, which is New Item.
I can't find a way to keep the menu-bar items white while giving a different color to New Item.
If someone can help me find the .css parameter to fix this I would be very welcome.
navigator-toolbox menu:first-child { color: red !important } it color both the File drop-down and New Item simultaneously, they seem to connected and I can't seem to find a way to theme both separately.
/change color of menu items to white/
navigator-toolbox menu { color: white !important }
Changes color of menu-bar items to white. Unfortunately it also changes the first item in the File menu, which is New Item. I can't find a way to keep the menu-bar items white while giving a different color to New Item. If someone can help me find the .css parameter to fix this I would be very welcome.