diff --git a/rc/branch_closed-on.png b/rc/branch_closed-on.png new file mode 100644 index 000000000..d081e9b3b Binary files /dev/null and b/rc/branch_closed-on.png differ diff --git a/rc/branch_open-on.png b/rc/branch_open-on.png new file mode 100644 index 000000000..ec372b27d Binary files /dev/null and b/rc/branch_open-on.png differ diff --git a/style.qss b/style.qss index 7fe886cf1..a66afb8d0 100644 --- a/style.qss +++ b/style.qss @@ -695,6 +695,16 @@ QTreeView::branch:open:has-children:has-siblings { image: url(%(location)s/QDarkStyleSheet/rc/branch_open.png); } +QTreeView::branch:has-children:!has-siblings:closed:hover, +QTreeView::branch:closed:has-children:has-siblings:hover { + image: url(%(location)s/QDarkStyleSheet/rc/branch_closed-on.png); + } + +QTreeView::branch:open:has-children:!has-siblings:hover, +QTreeView::branch:open:has-children:has-siblings:hover { + image: url(%(location)s/QDarkStyleSheet/rc/branch_open-on.png); + } + QSlider::groove:horizontal { border: 1px solid #3A3939; height: 8px;