Codebase list sugar-artwork / 1cd50f1
Fix TreeView rows colors 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> Martin Abente Lahaye 8 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
220220 border-width: 0px;
221221 }
222222
223 GtkTreeView row:even {
224 background-color: @row_even;
225 }
226 GtkTreeView row:odd {
227 background-color: @row_odd;
228 }
229
223230 GtkTreeView row:nth-child(even) {
224231 background-color: @row_even;
225232 }