summaryrefslogtreecommitdiff
path: root/src/stylesheets/Transparent-Style-BOS.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/Transparent-Style-BOS.qss')
-rw-r--r--src/stylesheets/Transparent-Style-BOS.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss
index 8cec7309..0b4ba23d 100644
--- a/src/stylesheets/Transparent-Style-BOS.qss
+++ b/src/stylesheets/Transparent-Style-BOS.qss
@@ -752,3 +752,7 @@ QStatusBar::item {border: None;}
LinkLabel {
qproperty-linkColor: #3399FF;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}