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

static pane navigator background color #14

Closed zareshahi closed 3 years ago

zareshahi commented 3 years ago

Hey, Thanks for designing this CSS file and this application method for Zotero hope Zotero use your try in their future versions

I use Zotero pre-released 5.0.97 beta version and I was uncommented CSS styles about pre-released version now I just have problem with static text panes like loading page or this empty page that just have text

image

Rosmaninho commented 3 years ago

Did you grey out the corresponding lines for 5.0.96?

zareshahi commented 3 years ago

@Rosmaninho No, I just using the 5.0.97 Beta version and uncomment its lines in the CSS file

rknx commented 3 years ago

@zareshahi Can you please check if this fixes your issue? https://github.com/Rosmaninho/Zotero-Dark-Theme/issues/10#issuecomment-968468079

zareshahi commented 3 years ago

@zareshahi Can you please check if this fixes your issue? #10 (comment)

try adding this: #zotero-items-tree {color: #ffffff; background: #323234 !important; }

@rknx Thanks, It's a good solution and fixed the issue.

can you create a merge request to the main code to fix by default?