summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/dark.qss')
-rw-r--r--src/stylesheets/dark.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index d220d887..1bf5c819 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -389,3 +389,7 @@ DownloadListWidget[downloadView=compact]::item {
LinkLabel {
qproperty-linkColor: #3399FF;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}