Rosmaninho / Zotero-Dark-Theme

userChrome.css file for a Zotero dark theme. Suggestions for improvements are welcome.
GNU General Public License v3.0
721 stars 95 forks source link

New Item in File drop-down menu assumes #navigator-toolbox menu color (in this case white) #6

Closed Rosmaninho closed 3 years ago

Rosmaninho commented 3 years ago

Zotero_bug

/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.

Rosmaninho commented 3 years ago

Since when I use

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.

Rosmaninho commented 3 years ago

Wow, I just fixed this. Lol