diff options
Diffstat (limited to 'src/stylesheets/Parchment v1.1 by Bob.qss')
| -rw-r--r-- | src/stylesheets/Parchment v1.1 by Bob.qss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
