From b5c0b2b0a220275827cb67e56fc5cb0fc1ece6fa Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 9 Feb 2020 00:24:16 -0500 Subject: updated stylesheets for new "filtered" property on lists with FilterWidget --- src/stylesheets/Parchment v1.1 by Bob.qss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stylesheets/Parchment v1.1 by Bob.qss') diff --git a/src/stylesheets/Parchment v1.1 by Bob.qss b/src/stylesheets/Parchment v1.1 by Bob.qss index 61c2f84d..1f549fa7 100644 --- a/src/stylesheets/Parchment v1.1 by Bob.qss +++ b/src/stylesheets/Parchment v1.1 by Bob.qss @@ -145,6 +145,10 @@ QWebView { border-radius: 6px; } +QAbstractItemView[filtered=true] { + border: 2px solid #f00 !important; +} + /* Group Boxes */ QGroupBox { -- cgit v1.3.1