diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-09 00:24:16 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:23:47 -0500 |
| commit | b5c0b2b0a220275827cb67e56fc5cb0fc1ece6fa (patch) | |
| tree | c3f464ee9afb28a9b3e501bbd3f5786f0e916882 /src/stylesheets/dracula.qss | |
| parent | 8c2814c9dc0d92e1ab015cde33eee8dcf880e265 (diff) | |
updated stylesheets for new "filtered" property on lists with FilterWidget
Diffstat (limited to 'src/stylesheets/dracula.qss')
| -rw-r--r-- | src/stylesheets/dracula.qss | 4 |
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 */ |
