From ee22bac3b99d03c7b74c2bc6102eb9e8c70adc1e Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Mon, 5 Nov 2012 22:33:01 +0100 Subject: [PATCH] Fix QTreeview branch selection background color on linux (gnome and kde) --- style.qss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.qss b/style.qss index b1a996c75..608bc7f4b 100644 --- a/style.qss +++ b/style.qss @@ -662,6 +662,11 @@ QTreeView, QListView, QTableView background-color: #201F1F; } +QTreeView:branch:selected, QTreeView:branch:hover +{ + background-color: #78879b; +} + QTreeView::branch:has-siblings:!adjoins-item { border-image: none; /*border-image: url(%(location)s/QDarkStyleSheet/rc/stylesheet-vline.png) 0;*/