sugarlabs / sugar-artwork

Sugar icons and themes
Apache License 2.0
11 stars 33 forks source link

Fix TreeView rows colors #68

Closed tchx84 closed 9 years ago

tchx84 commented 9 years ago

Add parallel rules for fixing rows colors alternation in TreeViews, e.g, in Log activity side list, for Gtk 3.16+.

Note that parser will skip the previous rules if he fails to parse the new rules. Therefore, when adding "parallel" rules for newer gtk versions, these rules must be added separately. Otherwise, it will break the previous rules for older gtk versions.

Signed-off-by: Martin Abente Lahaye tch@sugarlabs.org