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

Buttons in the settings section #50

Closed
sugry opened this issue Mar 6, 2020 · 2 comments
Closed

Buttons in the settings section #50

sugry opened this issue Mar 6, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@sugry
Copy link

sugry commented Mar 6, 2020

In a dark design theme, when you hover over the button, the background of the button turns white and the button text is not read.
This can be fixed if in the code block starting at line 1160

.ty-preferences .btn-default:hover {
  border-color: #428bca;
  background: #2e2e2e;
  color: #fff;
}

Change background setting to

  background: #2e2e2e !important;
@noatpad noatpad added the bug Something isn't working label Mar 11, 2020
@noatpad
Copy link
Owner

noatpad commented Mar 11, 2020

Ah those pesky preference windows. I work primarily in a MacOS environment, so I occasionally miss these. I'll get this patched up in a bit

@noatpad
Copy link
Owner

noatpad commented Apr 1, 2020

Buttons should now have the right colors upon hover in the 2.0 release~

@noatpad noatpad closed this as completed Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants