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/Transparent-Style-BOS.qss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/stylesheets/Transparent-Style-BOS.qss') diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss index 33eed327..8cec7309 100644 --- a/src/stylesheets/Transparent-Style-BOS.qss +++ b/src/stylesheets/Transparent-Style-BOS.qss @@ -12,8 +12,8 @@ } QAbstractItemView{ color: #dcdcdc; - background-color: rgb(45,45,48,30); - alternate-background-color: rgb(38,38,38,50); + background-color: rgba(45,45,48,30); + alternate-background-color: rgba(38,38,38,50); border: 1px solid #3F3F46; /* Grey - Blue*/ border-style:outset; @@ -507,6 +507,11 @@ QMenu::item:selected{ QTreeView::branch:open:has-children:!has-siblings{ background:url(Transparent-Style/vault-101-itemB-open-last.png) center center no-repeat; } + +QAbstractItemView[filtered=true] { + border: 2px solid #f00 !important; +} + /* **************************************************************** */ /* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ /* common */ -- cgit v1.3.1