You are not logged in.
Pages: 1
Hi, sorry for the concise title, but is not possible type longer phrases.
In Whisker Menu, i'd like to increase spacing bewtween the buttons of actions (lock screen, logout, reboot and shutdown and remove the black thin border areound the applications icons:
Is possible achieve this using CSS, eg in ~/.config/gtk-3.0/gtk.css ?
Thank you.
Offline
In Whisker Menu, i'd like to increase spacing bewtween the buttons of actions (lock screen, logout, reboot and shutdown
Try:
#whiskermenu-window box>box>button { padding-left: 50px; padding-right: 50px; }
...adjust 50px to suit.
and remove the black thin border areound the applications icons:
Try:
#whiskermenu-window .frame { border: 0px; }
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Perfect, thank you!
I set these vaules
#whiskermenu-window box>box>button { padding-left: 10px; padding-right: 10px; }
#whiskermenu-window .frame { border: 0px; }
And here the result which I wanted :-)
P.S: I used a white wallpaper since I set Whisker to semitransparent.
Wonderful, how Xfce and Gtk allows to customize such things.
Offline
Wonderful, how Xfce and Gtk allows to customize such things.
I agree 100%.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 528.59 KiB (Peak: 530.55 KiB) ]