You are not logged in.
Hi,
I am on Manjaro and today I received the system update; in this update there is also Whisker menu 2.7.0; I noticed that Whisker menu looks different, and I noticed that some setting from ~/.config/gtk-3.0/gtk.css is no longer applied: in particular:
/* search entry box */
#whiskermenu-window>frame>stack>box>box>entry {
border-color: #004ed1;
border-radius: 6px;
border-width: 2px;
}
Is this setting changed in some way?
I also received an update for gtk3: from 1:3.24.30-2 to 1:3.24.30+90+g20be04f7ac-1
Offline
There were some changes in the design of the whiskermenu plugin in 2.7. There appears to be a "search" style class now, so you can use:
/* search entry box */
#whiskermenu-window .search {
border-color: #004ed1;
border-radius: 6px;
border-width: 2px;
}
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
Yeah, this has solved.
Thank you.
Offline
[ Generated in 0.014 seconds, 11 queries executed - Memory usage: 523.15 KiB (Peak: 523.99 KiB) ]