GNOME Bugzilla – Bug 763604
The search button of a GtkShortcutsWindow should have the image-button class (?)
Last modified: 2016-03-21 16:02:24 UTC
When using the HighContrast/HighContrastInverse themes, the search button of a GtkShortcutsWindow is not square and looks bad; it should probably have the “image-button” class. Adding the “image-button” class ‘via’ the inspector works great. I tried doing a patch for that, but finished with a too high headerbar; so either I did something bad in my code, or there’s also another problem.
Created attachment 323973 [details] [review] shortcutswindow: Make the search button square Add the image-button style class to this button (this doesn't work automatically here, since this is a toggle button).
Attachment 323973 [details] pushed as 26617bb - shortcutswindow: Make the search button square