diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-26 15:43:34 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-26 15:43:34 +0200 |
commit | 9a4532647cd470a059a662f30471da307ef04ed6 (patch) | |
tree | 11f849ef7135683a2a763428c94a2f39428efbc5 | |
parent | a1b7e67938f70ce90336c5e57164300c7e7f9657 (diff) | |
download | kube-9a4532647cd470a059a662f30471da307ef04ed6.tar.gz kube-9a4532647cd470a059a662f30471da307ef04ed6.zip |
change icon color in maillist delegate
-rw-r--r-- | framework/qml/Icons.qml | 6 | ||||
-rw-r--r-- | icons/breeze/icons/actions/24/kubeunimportant.svg | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 1fa3aab2..4f056ac5 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -33,9 +33,9 @@ Item { | |||
33 | property string success: "dialog-ok" | 33 | property string success: "dialog-ok" |
34 | property string success_inverted: "dialog-ok-inverted" | 34 | property string success_inverted: "dialog-ok-inverted" |
35 | 35 | ||
36 | property string markAsRead: "mail-mark-read-inverted" | 36 | property string markAsRead: "mail-mark-read" |
37 | property string markAsUnread: "mail-mark-unread-new-inverted" | 37 | property string markAsUnread: "mail-mark-unread-new" |
38 | property string markImportant: "kubeimportant-inverted" | 38 | property string markImportant: "kubeimportant" |
39 | property string markUnimportant: "kubeunimportant" | 39 | property string markUnimportant: "kubeunimportant" |
40 | property string isImportant: "kubeimportant" | 40 | property string isImportant: "kubeimportant" |
41 | property string undo: "edit-undo-inverted" | 41 | property string undo: "edit-undo-inverted" |
diff --git a/icons/breeze/icons/actions/24/kubeunimportant.svg b/icons/breeze/icons/actions/24/kubeunimportant.svg index bdc8324f..6db09d04 100644 --- a/icons/breeze/icons/actions/24/kubeunimportant.svg +++ b/icons/breeze/icons/actions/24/kubeunimportant.svg | |||
@@ -103,7 +103,7 @@ | |||
103 | </style> | 103 | </style> |
104 | </defs> | 104 | </defs> |
105 | <path | 105 | <path |
106 | style="color:#4d4d4d;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" | 106 | style="color:#4d4d4d;opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none" |
107 | d="M 12,4 9.523438,9.265625 4,10.109375 8,14.210938 7.054688,20 12,17.265625 16.945312,20 16,14.210938 20,10.109375 14.476562,9.265625 12,4 Z m 0,2.369141 1.810547,3.851562 4.041015,0.617188 -2.925781,3 0.691407,4.234375 -3.617188,-2 -3.617187,2 0.691406,-4.234375 -2.925781,-3 4.041015,-0.617188 L 12,6.369141 Z" | 107 | d="M 12,4 9.523438,9.265625 4,10.109375 8,14.210938 7.054688,20 12,17.265625 16.945312,20 16,14.210938 20,10.109375 14.476562,9.265625 12,4 Z m 0,2.369141 1.810547,3.851562 4.041015,0.617188 -2.925781,3 0.691407,4.234375 -3.617188,-2 -3.617187,2 0.691406,-4.234375 -2.925781,-3 4.041015,-0.617188 L 12,6.369141 Z" |
108 | id="path4377-5" | 108 | id="path4377-5" |
109 | inkscape:connector-curvature="0" /> | 109 | inkscape:connector-curvature="0" /> |