summaryrefslogtreecommitdiff
path: root/src/stylesheets/dracula.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/dracula.qss')
-rw-r--r--src/stylesheets/dracula.qss4
1 files changed, 4 insertions, 0 deletions
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
*/