Unset border-width for treeview rows in default CSS

Fixes bug #640391 - Display lines between rows when window is focused.
Reported by Guillaume Desmottes.
This commit is contained in:
Carlos Garnacho 2011-01-24 18:14:05 +01:00
parent 98346cc219
commit e3be6fc24f

View File

@ -3688,6 +3688,7 @@ gtk_css_provider_get_default (void)
"GtkTreeView > row {\n"
" background-color: @base_color;\n"
" color: @text_color;\n"
" border-width: 0;\n"
"}\n"
"\n"
"GtkTreeView > row:nth-child(odd) { \n"