Closed Rosmaninho closed 3 years ago
As seen in image select dropdown with tags gets the defined white color from:
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.
Fixed it. Here's how to fix it:
/fixed color in drop-down tags: see https://css-tricks.com/solved-with-css-dropdown-menus//
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.