diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 17:02:03 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 17:02:03 +0200 |
commit | 1bb396b2ea85a2ce48413e984ba133b3ffdbbe9c (patch) | |
tree | da7b7d2a202d1b66374b0035d2b88cbae43ae349 /components/package | |
parent | 5c5cdae46433f400c097924528c517833765f78d (diff) | |
download | kube-1bb396b2ea85a2ce48413e984ba133b3ffdbbe9c.tar.gz kube-1bb396b2ea85a2ce48413e984ba133b3ffdbbe9c.zip |
make hoover color theme highlight color
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 25fecba6..e7db006b 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -185,7 +185,7 @@ Item { | |||
185 | name: "hovered" | 185 | name: "hovered" |
186 | when: mouseArea.containsMouse && !mouseArea.drag.active | 186 | when: mouseArea.containsMouse && !mouseArea.drag.active |
187 | 187 | ||
188 | PropertyChanges {target: background; color: Kirigami.Theme.buttonHoverColor; opacity: 0.7} | 188 | PropertyChanges {target: background; color: KubeTheme.Colors.highlightColor; opacity: 0.7} |
189 | PropertyChanges {target: subject; color: KubeTheme.Colors.highlightedTextColor} | 189 | PropertyChanges {target: subject; color: KubeTheme.Colors.highlightedTextColor} |
190 | PropertyChanges {target: sender; color: KubeTheme.Colors.highlightedTextColor} | 190 | PropertyChanges {target: sender; color: KubeTheme.Colors.highlightedTextColor} |
191 | PropertyChanges {target: date; color: KubeTheme.Colors.highlightedTextColor} | 191 | PropertyChanges {target: date; color: KubeTheme.Colors.highlightedTextColor} |