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 96 forks source link

Hardly readable text #22

Closed marco-coraggio closed 2 years ago

marco-coraggio commented 2 years ago

In the Info pane, two elements are hardly readable, because they have black text on grey background. They are:

Immagine 2022-01-07 135059

Rosmaninho commented 2 years ago

Weird. I had that fixed in my side. What Zotero version are you using?

marco-coraggio commented 2 years ago

I'm using Zotero 5.0.96.3, and the current version of the dark theme. Anyway it's not a big deal, I just wanted to let you know ;)

Rosmaninho commented 2 years ago

The weird thing is that when you hover over those elements there should be a light blue box highlighting those fields. It's weird you don't get that one, because I didn't do anything to remove it.

Anyway, go to line 162: /Change color of fields in item pane (clicky items) when hovering /

zotero-item-pane-content .zotero-clicky:hover

{ color: black !important; border-radius: 0px !important; }

Change color: black !important to color:white !important That should fix your issue. Please report back if it does not.

marco-coraggio commented 2 years ago

Yes, thank you so much; this did fix the problem with "Item Type", even though "Citation Key" remains black, as that is not a problem concerning hovering.