summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-12 14:47:35 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-12 14:47:35 -0500
commitc3c1183308dbe00a14b8cf5e3c58e92bd9edfaf6 (patch)
treed6f4388ea30b9c6e1ff5a8000e56ecb20e801d6a /src/stylesheets
parent1d0b202ee64fe12d23922e816812749e8fe40bf6 (diff)
fixed alt colors in saves list for dark.qss
translated some sanity checks warnings fixed filter list not refreshing selection correctly
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/dark.qss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index 9d11109d..91f808bc 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -349,7 +349,7 @@ QToolButton:hover
padding-bottom: 2px;
}
-QTreeView
+QTreeView, QListView
{
color: #E9E6E4;
background-color: #3F4041;