You are not logged in.
Pages: 1
Which version of xfce4-whiskermenu-plugin are you running? In 2.7.0, you can target it with the launchers-pane class - something like:
.launchers-pane { border-width: 0px; border-color: transparent; }
It might work in earlier versions as well.
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
Thanks for the reply ToZ, it's version 2.5.3-0ppa1~focal.
Should I have added the above code to gtk.css?
I did and then restarted the panel but it didn't work unfortunately.
Offline
You should add it to ~/.config/gtk-3.0/gtk.css and restart the panel:
xfce4-panel -r
Which distro are you using?
In 2.4.3, the following works:
#whiskermenu-window .frame { border-width: 0px; border-color: transparent; }
Last edited by ToZ (2021-12-23 17:46:20)
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
Yes, I did exactly that ^
Mint Xfce (20.2)
Offline
Yes, I did exactly that ^
Mint Xfce (20.2)
I edited my post above. Try this instead:
#whiskermenu-window .frame { border-width: 0px; border-color: transparent; }
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
I edited my post above. Try this instead:
#whiskermenu-window .frame { border-width: 0px; border-color: transparent; }
Perfect, that did the trick.
Thanks very much, I'll mark this as solved now.
Offline
Pages: 1
[ Generated in 0.012 seconds, 8 queries executed - Memory usage: 549.22 KiB (Peak: 550.06 KiB) ]