From: Michael M Slusarz Date: Thu, 13 May 2010 04:54:17 +0000 (-0600) Subject: Add missing reply all graphic to message log output X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf2ed246f82ed9ec9dc2222c2dc2a09b5bbd0a91;p=horde.git Add missing reply all graphic to message log output --- diff --git a/imp/themes/dimp/screen.css b/imp/themes/dimp/screen.css index b8d1a6e9d..a0523dfad 100644 --- a/imp/themes/dimp/screen.css +++ b/imp/themes/dimp/screen.css @@ -1046,6 +1046,9 @@ span.readonlyImg { #Growler div.imp-reply, span.imp-reply { background-image: url("../graphics/mail_answered.png"); } +#Growler div.imp-reply_all, span.imp-reply_all { + background-image: url("../graphics/replyall.png"); +} #Growler div.imp-forward, div.imp-redirect, span.imp-forward, span.imp-redirect { background-image: url("../graphics/mail_forwarded.png"); } diff --git a/imp/themes/silver/dimp/screen.css b/imp/themes/silver/dimp/screen.css index 72d95a2ea..1238cb944 100644 --- a/imp/themes/silver/dimp/screen.css +++ b/imp/themes/silver/dimp/screen.css @@ -178,6 +178,9 @@ span.readonlyImg { #Growler div.imp-reply { background-image: url("../graphics/mail_answered.png"); } +#Growler div.imp-reply_all, span.imp-reply_all { + background-image: url("../graphics/replyall.png"); +} #Growler div.imp-forward, #Growler div.imp-redirect { background-image: url("../graphics/mail_forwarded.png"); }