[Sugar-devel] [PATCH sugar-artwork 2/2] Set background color for GtkTreeView rows with odd-even flags SL #3726

2012-06-25 Thread Manuel Quiñones
This is only applied if the GtkTreeView has the rules-hint property set to True. Signed-off-by: Manuel Quiñones ma...@laptop.org --- gtk3/theme/gtk-widgets.css.em |7 +++ gtk3/theme/gtk.css|2 ++ 2 files changed, 9 insertions(+) diff --git a/gtk3/theme/gtk-widgets.css.em

Re: [Sugar-devel] [PATCH sugar-artwork 2/2] Set background color for GtkTreeView rows with odd-even flags SL #3726

2012-06-25 Thread Benjamin Berg
On Mon, 2012-06-25 at 08:54 -0300, Manuel Quiñones wrote: This is only applied if the GtkTreeView has the rules-hint property set to True. I haven't actually tried what exactly this looks like, but using #d5d5d5 for the row odd color seems good. And the patch itself looks sane too :-)

Re: [Sugar-devel] [PATCH sugar-artwork 2/2] Set background color for GtkTreeView rows with odd-even flags SL #3726

2012-06-25 Thread Manuel Kaufmann
On Mon, Jun 25, 2012 at 8:54 AM, Manuel Quiñones ma...@laptop.org wrote: This is only applied if the GtkTreeView has the rules-hint property set to True. This works perfect! I tested it with GetBooks Gtk3 Port. It only affects at the right-side GtkTree (which one contains the books). The

Re: [Sugar-devel] [PATCH sugar-artwork 2/2] Set background color for GtkTreeView rows with odd-even flags SL #3726

2012-06-25 Thread Simon Schampijer
On 06/25/2012 02:06 PM, Benjamin Berg wrote: On Mon, 2012-06-25 at 08:54 -0300, Manuel Quiñones wrote: This is only applied if the GtkTreeView has the rules-hint property set to True. I haven't actually tried what exactly this looks like, but using #d5d5d5 for the row odd color seems good.

Re: [Sugar-devel] [PATCH sugar-artwork 2/2] Set background color for GtkTreeView rows with odd-even flags SL #3726

2012-06-25 Thread Manuel Quiñones
Thanks all, pushed. 2012/6/25 Simon Schampijer si...@schampijer.de: On 06/25/2012 02:06 PM, Benjamin Berg wrote: On Mon, 2012-06-25 at 08:54 -0300, Manuel Quiñones wrote: This is only applied if the GtkTreeView has the rules-hint property set to True. I haven't actually tried what