From 3442e810fc4d139e86cb5f7b122f72e7c7aaee69 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 26 Apr 2017 12:39:33 +0200 Subject: use inverted icons in maillist buttons --- framework/qml/IconButton.qml | 4 +++- framework/qml/Icons.qml | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml index 13f817a0..a0cd704f 100644 --- a/framework/qml/IconButton.qml +++ b/framework/qml/IconButton.qml @@ -35,7 +35,9 @@ T.Button { hoverEnabled: true background: Rectangle { - color: Kube.Colors.buttonColor + color: "#2980b9" //FIXME + + visible: root.hovered == true Rectangle { anchors.fill: parent diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index ee706d95..e2a42987 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -32,11 +32,11 @@ Item { property string success: "dialog-ok" property string success_inverted: "dialog-ok-inverted" - property string markAsRead: "mail-mark-unread-new" - property string markAsUnread: "mail-mark-unread-new" - property string markImportant: "mail-mark-important" - property string undo: "edit-undo" - property string moveToTrash: "edit-delete" + property string markAsRead: "mail-mark-unread-new-inverted" + property string markAsUnread: "mail-mark-unread-new-inverted" + property string markImportant: "mail-mark-important-inverted" + property string undo: "edit-undo-inverted" + property string moveToTrash: "edit-delete-inverted" property string edit: "document-edit" property string replyToSender: "mail-reply-sender" property string outbox: "mail-folder-outbox" -- cgit v1.2.3