summaryrefslogtreecommitdiff
path: root/src/stylesheets/skyrim.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/skyrim.qss')
-rw-r--r--src/stylesheets/skyrim.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss
index a516f5ff..6191d87d 100644
--- a/src/stylesheets/skyrim.qss
+++ b/src/stylesheets/skyrim.qss
@@ -79,6 +79,10 @@ QListView,
QTreeView {
show-decoration-selected: 1; }
+QAbstractItemView[filtered=true] {
+ background-color: #f00 !important;
+}
+
QAbstractItemView::item:hover,
QListView::item:hover,
QTreeView::branch:hover,