Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS dark mode search box is dark gray with black text #61

Open
2 of 6 tasks
bookcasey opened this issue Mar 6, 2021 · 2 comments · May be fixed by #62
Open
2 of 6 tasks

MacOS dark mode search box is dark gray with black text #61

bookcasey opened this issue Mar 6, 2021 · 2 comments · May be fixed by #62

Comments

@bookcasey
Copy link

Type:

  • bug
  • feature
  • enhancement
  • question

Environment:

  • OS: MacOS

I'm going to open a PR to resolve the issue:

  • yes
  • no

Description:
Dictionary search input on dark/night mode on MacOS has black text over a dark gray background, which is very hard to see.

Screen Shot 2021-03-06 at 12 32 36 AM

@bookcasey
Copy link
Author

The proposed change results in much higher contrast.

Screen Shot 2021-03-06 at 12 40 52 AM

@bookcasey
Copy link
Author

Also, the black text seems like a mistake because (at least looking at the code) it seems like it would be white on Windows.

QLineEdit {color: white; background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #272828, stop: 1 black);}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant