SafeEyes icon indicating copy to clipboard operation
SafeEyes copied to clipboard

White background on reset button

Open jacksongoode opened this issue 4 years ago • 3 comments

Clicking on the eye in the top-right corner produces a button with a white background - making the text unreadable.

image

  • OS: Ubuntu 20.04.2
  • Desktop Env: Gnome 3.36.8 (Wayland)
  • Version: Latest

safeeyes.log

jacksongoode avatar Jun 08 '21 21:06 jacksongoode

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.

image

jacksongoode avatar Jun 10 '21 04:06 jacksongoode

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.

slgobinath avatar Jun 10 '21 11:06 slgobinath

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.

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.

jacksongoode avatar Jun 12 '21 05:06 jacksongoode