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

Background color for errors makes message unreadable #12434

Closed
cyberduck opened this issue Jun 26, 2006 · 0 comments
Closed

Background color for errors makes message unreadable #12434

cyberduck opened this issue Jun 26, 2006 · 0 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

mike [dot] fischer [at] fi-works.de created the issue

I have selected yellow as my selection color in the System Preferences of Mac OS X 10.4.6. Apparently the background color of the error messages that appear above the file browser when connection failures occur is based on this color.

Unfortunatly white text on a yellow background is nearly impossible to read. The contrast is too low.

I have fixed this problem by changing CDErrorView.m to use [NSColor redColor] instead of [NSColor selectedControlColor] in lines 33 and 38. White text on a red background works fine and looks appropriatly important.

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

No branches or pull requests

2 participants