Remove focus-line in treeview

pull/41/head
Satyajit Sahoo 2013-06-15 04:45:24 +05:30
parent 82b259bf6f
commit a775e69361
1 changed files with 4 additions and 2 deletions

View File

@ -505,6 +505,9 @@ row:selected:focus {
background-color: @theme_selected_bg_color;
background-image: none;
color: @theme_selected_fg_color;
-GtkWidget-focus-padding: 1;
-GtkWidget-focus-line-width: 0;
}
/*******************
@ -2263,8 +2266,7 @@ GtkColorButton.button {
************/
GtkTreeView {
-GtkTreeView-vertical-separator: 0;
-GtkWidget-focus-line-width: 1;
-GtkWidget-focus-line-width: 0;
-GtkWidget-focus-padding: 1;
}