From b5c0b2b0a220275827cb67e56fc5cb0fc1ece6fa Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 9 Feb 2020 00:24:16 -0500 Subject: updated stylesheets for new "filtered" property on lists with FilterWidget --- src/stylesheets/dracula.qss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stylesheets/dracula.qss') diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index a78d2414..5a296fd4 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -373,6 +373,10 @@ QTreeView::branch:open:has-children:has-siblings { image: url(:/stylesheet/branch-open.png); } +QAbstractItemView[filtered=true] { + border: 2px solid #f00 !important; +} + /* * Tool bar */ -- cgit v1.3.1