From ddda9d5ab4b8c92d1940fb236be4b9f5cb68cdbe Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 12 Jun 2017 15:40:28 +0200 Subject: different highlight for active mail in the conversation view --- framework/qml/MailViewer.qml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index cd170f8f..2fc304b2 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml @@ -52,14 +52,9 @@ Rectangle { enabled: root.current } - //Overlay for non-active mails - Rectangle { - anchors.fill: parent - visible: !current - color: "lightGrey" - z: 1 - opacity: 0.2 - } + //highlight active mails + border.width: current ? 1 : 0 + border.color: Kube.Colors.highlightColor color: Kube.Colors.viewBackgroundColor -- cgit v1.2.3