diff options
Diffstat (limited to 'src/stylesheets/vs15 Dark.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark.qss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index 17def4dd..e96dd416 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -71,6 +71,10 @@ QAbstractItemView { background-color: #3399FF; color: #F1F1F1; } +QAbstractItemView[filtered=true] { + border: 2px solid #f00 !important; +} + QAbstractItemView, QListView, QTreeView { |
