GNOME Bugzilla – Bug 780944
Please add a specific CSS class for appmenu button in GtkHeaderBar
Last modified: 2017-04-06 12:38:43 UTC
Currently close, minimize, maximize buttons have their own CSS classes (implemented in bug 744400). It would be nice to have a specific CSS class for the appmenu button as well. For example, in ubuntu-themes, close, minimize and maximize buttons are little circles, but the appmenu button may be larger and with lesser border-radius.
makes sense to me
Created attachment 349345 [details] [review] gtkheaderbar: add style classes to all title buttons Commit b187773053098cca1b7c23e04e096d47fbb65a5f added CSS style classes for minimize, maximize and close buttons. Add similar classes also to icon and menu buttons.
Review of attachment 349345 [details] [review]: looks good to me. should probably go into 3.22 as well
I guess it is not that simple... At least Adwaita has css for .menu, would not that affect button? :(
Can you change the class to “appmenu”? This way it would be also consistent with the button name in gsettings.
Pushed to master and gtk-3-22 branches. Menu button css class was changed from `menu` to `appmenu`.