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

Tag select dropdown in item pane assumes white color from #zotero-item-pane-content tabpanel #7

Closed Rosmaninho closed 3 years ago

Rosmaninho commented 3 years ago

Zotero_bug

As seen in image select dropdown with tags gets the defined white color from:

zotero-item-pane-content tabpanel { background: #474749 !important;

color: white !important; }

I can't seem to make solely the drop-down to assume black as its color. I can only change the color of the text of the entire Tags pane. Some help to fix this would be welcome. Last bug in my theme for Windows.

Rosmaninho commented 3 years ago

Fixed it. Here's how to fix it:

/fixed color in drop-down tags: see https://css-tricks.com/solved-with-css-dropdown-menus//

tags-box-container ul li ul { color: black !important; }