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