Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.6k
    • Issues 1.6k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Issues
  • #581
Closed
Open
Issue created Nov 02, 2015 by Bugzilla@bugzilla-migration💬Reporter

GtkTreeView odd/even row styling no longer works

Submitted by Sam Parkinson @sam

Assigned to gtk..@..tk.org

Link to original bug (#757495)

Description

As of Gtk 3.18, rows could be styled to be different colours if the were odd or even using something along the lines of:

GtkTreeView row:even {                                                                     
    background-color: @row_even;                                                
}                                                                               
                                                                            
GtkTreeView row:odd {                                                                     
    background-color: @row_odd;                                                 
}

However, this seems to have been removed in 3.19.1, as the rows are not effected by these colors.

Adding the other css does not effect it either:

-GtkTreeView-odd-row-color: @row_odd;
-GtkTreeView-even-row-color: @row_even;

Downstrea: https://bugs.sugarlabs.org/ticket/4908

Version: 3.19.x

Assignee
Assign to
Time tracking