GNOME Bugzilla – Bug 678569
Theming broken for selectionbar and notification bar
Last modified: 2016-03-31 14:00:50 UTC
Css patches coming right up.
Created attachment 216951 [details] [review] Break out code to helper draw_as_css_box
Created attachment 216952 [details] [review] Fix up themeing of selection bar This makes the selection bar render properly. It was not getting a transparent background for the rounded corners, and it was having weird sizing errors when the favorite button was on and you hovered the remove button.
Created attachment 216953 [details] [review] Fix theming for notification bar
Review of attachment 216951 [details] [review]: ACK
Comment on attachment 216951 [details] [review] Break out code to helper draw_as_css_box Attachment 216951 [details] pushed as 7f4674d - Break out code to helper draw_as_css_box
Created attachment 217193 [details] [review] Fix up themeing of selection bar This makes the selection bar render properly. It was not getting a transparent background for the rounded corners, and it was having weird sizing errors when the favorite button was on and you hovered the remove button.
Attached a new fixed up selection bar patch that works with the latest gtk/adwaita.
Review of attachment 216953 [details] [review]: Fixes the style for me.
Review of attachment 217193 [details] [review]: Same here.
Attachment 216953 [details] pushed as 325f8c2 - Fix theming for notification bar Attachment 217193 [details] pushed as 92459c0 - Fix up themeing of selection bar