summaryrefslogtreecommitdiff
path: root/src/stylesheets/Transparent-Style-BOS.qss
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-09 00:24:16 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:23:47 -0500
commitb5c0b2b0a220275827cb67e56fc5cb0fc1ece6fa (patch)
treec3f464ee9afb28a9b3e501bbd3f5786f0e916882 /src/stylesheets/Transparent-Style-BOS.qss
parent8c2814c9dc0d92e1ab015cde33eee8dcf880e265 (diff)
updated stylesheets for new "filtered" property on lists with FilterWidget
Diffstat (limited to 'src/stylesheets/Transparent-Style-BOS.qss')
-rw-r--r--src/stylesheets/Transparent-Style-BOS.qss9
1 files changed, 7 insertions, 2 deletions
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 */