GNOME Bugzilla – Bug 670743
Make GtkLabel respect css background
Last modified: 2012-04-30 19:55:13 UTC
Too late for 3.4? In theory it should be harmless since the default background is transparent. In practice for adwaita I simply added GtkLabel, GtkLabel:insensitive { background-color: transparent; }
Created attachment 208347 [details] [review] patch
Created attachment 208348 [details] [review] reftest patch Fix a reftest I recently committed to reflect the label changes. Probably other reftest need updating, but right now many of them fail for me with or without this patch...
We talked about this with Paolo on IRC, but it's probably too late in the 3.4 cycle for such a change (since it requires changes in the themes). Anyway if we make GtkLabel render a background, it should also render a frame, which is not done in this patch.
Cosimo, should we get this landed now ?
Pushed the patch to master (with the frame addition too).
(reopening and slightly hijaking this bug) 1) patch in comment 2 should still be applied 2) the reftest still does not pass at the moment, but this is not related to the label background patch, it is due to the fact that infobar draws a border but does not request size for it Patch attached
Created attachment 213133 [details] [review] patch
<cosimoc_afk> pbor_, pusha tutto! Pushed to master