Re: How can i change background color of first column data

2017-03-24 Thread Tilo Villwock
> But i don't know how to change first column background just in the > data. There are two ways. If you need to have individual colors for each row you would define a column that you use to store your background color in for every entry of your GtkListStore. Let's say you define a column as COLUM

How can i change background color of first column data

2017-03-24 Thread RĂºben Rodrigues
Hi guys, I have a problem with treeview. My first column of treeview where we have data, is yellow. I want to change to other color. How i make this in css? I changed the background color of column header with this code: column-header .button{ background-color: #5b5b5b; color: black;