Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-12-11 12:28:28

D.dave
Member
Registered: 2019-12-06
Posts: 58

Whisker menu 2.7.0 no longer honor some setting from custom css

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

#2 2021-12-11 15:14:22

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,006

Re: Whisker menu 2.7.0 no longer honor some setting from custom css

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

#3 2021-12-11 15:59:28

D.dave
Member
Registered: 2019-12-06
Posts: 58

Re: Whisker menu 2.7.0 no longer honor some setting from custom css

Yeah, this has solved.

Thank you.

Offline

Board footer

Powered by FluxBB