From 7c2952b83c3aff216f2cd74523a24428ab4cf91c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 9 Feb 2020 02:33:01 -0500 Subject: fixed stylesheets for "valid-filter" property --- src/stylesheets/Transparent-Style-BOS.qss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stylesheets/Transparent-Style-BOS.qss') 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; +} -- cgit v1.3.1