elementary / wingpanel

Stylish top panel that holds indicators and spawns an application launcher
https://elementary.io
GNU General Public License v3.0
136 stars 45 forks source link

Can't modify the style of the flaps through app.css in the theme file? #301

Closed Yakumo-Yukari closed 4 years ago

Yakumo-Yukari commented 4 years ago

2020-03-20 07 53 46

Can't modify the style of the flaps through app.css in the theme file? Modifying the code in app.css will not take effect.

When I changed the background color of .panel.maximized to pink or other colors in app.css, after maximizing the window, the background color of wingpanel was not changed to the modified color, and the background color of wingpanel was still the default black.

So is it a bug? Or did you modify its control mechanism?

Miosame commented 4 years ago

@Yakumo-Yukari wanted to change it too just now, the change has to happen in ~/.config/gtk-3.0/gtk.css - if the file does not exist, just create it, incl the folder gtk-3.0.

Yakumo-Yukari commented 4 years ago

@Yakumo-Yukari wanted to change it too just now, the change has to happen in ~/.config/gtk-3.0/gtk.css - if the file does not exist, just create it, incl the folder gtk-3.0.

Okay, thanks for the reply.