SafeEyes
SafeEyes copied to clipboard
White background on reset button
Clicking on the eye in the top-right corner produces a button with a white background - making the text unreadable.

- OS: Ubuntu 20.04.2
- Desktop Env: Gnome 3.36.8 (Wayland)
- Version: Latest
I've traced it back to the styling in .btn_menu...
Wondering if this was a legacy styling. Could it be removed? Along with line 86:88 in settings_dialog.glade. If so I'll make a PR.

Hi,
Yeah I think that's the problem Can you modify the ~/.config/safeeyes/style/safeeyes_style.css file and restart Safe Eyes to see if it works?
Also I prefer to remove only the background color because I want the Reset button to look like a menu item.
Hi, Yeah I think that's the problem Can you modify the
~/.config/safeeyes/style/safeeyes_style.cssfile and restart Safe Eyes to see if it works? Also I prefer to remove only the background color because I want the Reset button to look like a menu item.
It looks like something is overriding the styling? The only way I've found to remove the white effect is to remove the styling tag in settings_dialog.glade. Altering the css for either .btn_menu or the :hover appears to do nothing.