Add missing icon
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Dec 2010 01:27:25 +0000 (18:27 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Dec 2010 02:16:19 +0000 (19:16 -0700)
imp/themes/silver/dimp/screen.css
imp/themes/tango-blue/dimp/screen.css

index 8e556c8..9dd91f6 100644 (file)
@@ -74,6 +74,9 @@ span.dimpactionDrafts {
 span.dimpactionEditsearch {
     background-image: url("../graphics/edit.png");
 }
+span.dimpactionResume {
+    background-image: url("../graphics/mail_draft.png");
+}
 
 /* Context menu images */
 #ctx_message_reply span.iconImg {
index a355b9f..8fcaf87 100644 (file)
@@ -18,3 +18,7 @@
 #ctx_folderopts_reload span.iconImg {
     background-image: url("../graphics/reload.png");
 }
+
+span.dimpactionResume {
+    background-image: url("../graphics/mail_draft.png");
+}