You are not logged in.
When compositing is on and transparency is 100% opaque, popup tooltips are still partially transparent.
Went to Settings > Window Manager Tweaks and checked:
- Enable display composting is on
- Opacity of popup windows is 100% opaque (to the right)
Next, I hover over genmon tooltip,window buttons, and other items that are on the panel.
I also opened up Settings and hovered over Appearance and other items. The popup tooltips are still transparent.
I changed from Appearance > Style > Adwaita to Matcha-sea and no difference.
How do I get 100% opaque popup tooltips when compositing is on?
Offline
For the GTK3 version of Xfce, add the following to ~/.config/gtk-3.0/gtk.css:
.tooltip, tooltip { background-color: black; opacity: 1 }
...change the background colour as required.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.009 seconds, 9 queries executed - Memory usage: 518.41 KiB (Peak: 519.69 KiB) ]