summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:32:11 -0500
committerGitHub <noreply@github.com>2020-02-18 17:32:11 -0500
commite749b2072601830c11495ce210907391dfe7bc6b (patch)
tree45d3082c037c99d60ddbbe5be8ab2bc60e467e23 /src/stylesheets/dark.qss
parent8c2814c9dc0d92e1ab015cde33eee8dcf880e265 (diff)
parenta28bd45c0b4dfbedcb816fedf0783c5287be3b19 (diff)
Merge pull request #1003 from isanae/file-list-improvements
Refresh optimizations
Diffstat (limited to 'src/stylesheets/dark.qss')
-rw-r--r--src/stylesheets/dark.qss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index 91f808bc..1bf5c819 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -356,6 +356,10 @@ QTreeView, QListView
alternate-background-color: #2F3031;
}
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings
{
@@ -385,3 +389,7 @@ DownloadListWidget[downloadView=compact]::item {
LinkLabel {
qproperty-linkColor: #3399FF;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}