diff options
Diffstat (limited to 'src/stylesheets/dark.qss')
| -rw-r--r-- | src/stylesheets/dark.qss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 91f808bc..d220d887 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -356,6 +356,10 @@ QTreeView, QListView alternate-background-color: #2F3031;
}
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings
{
|
