You are not logged in.
Pages: 1
Hello Community,
I'm using Arch Linux with XFCE 4.14.
How can i get only the right-click-menu and the panel-menu transparent?
To edit the popover-opacity in the settings-xfwm4, all menus are transparent - include
the menus of programs.
Does anyone knows the correct code for the ~/.config/gtk-3.0/gtk.css?
I was searching for many hours, but i can't find anything.
Many thanks for your answers.
Offline
Looking at xfce4-panel, here is what I've found.
The following code:
.xfce4-panel menu { background-color: transparent; }
...should make all the xfce4-panel menus transparent. And in a way it does, it removes any colors but reverts to the base theme color (not transparent).
The following code:
.xfce4-panel menu * { background-color: transparent; }
...makes all second-level menus truly transparent, but doesn't affect the initial popup menu.
I'll keep investigating. Just wanted to drop a note as to what I've found so far.
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
Thank you for your help ToZ, this code works good.
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 523.29 KiB (Peak: 529.92 KiB) ]