From 8809ffea6390e593b1d83f69cc50dfe8d7dadad0 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 13 Jun 2017 15:06:35 +0200 Subject: use the correct selection color in textfield and mailviewer --- components/mailviewer/contents/ui/TextContent.qml | 1 + framework/qml/TextField.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml index a0094a3e..b25aac17 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.qml @@ -42,6 +42,7 @@ Item { TextEdit { width: parent.width + selectionColor: Kube.Colors.highlightColor readOnly: true selectByMouse: true diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml index 2fbee655..8315f955 100644 --- a/framework/qml/TextField.qml +++ b/framework/qml/TextField.qml @@ -30,6 +30,7 @@ T.TextField { color: Kube.Colors.textColor font.family: Kube.Font.fontFamily + selectionColor: Kube.Colors.highlightColor Label { id: placeholder -- cgit v1.2.3