From f60d8959ea63e999d3a52befb42711d2e1ba817b Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 7 Jul 2005 14:11:57 +0000 Subject: [PATCH] added a CSS mapping for the trash-toolbar icon git-svn-id: http://svn.opengroupware.org/SOGo/trunk@689 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/WebServerResources/mailer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/SOGo/UI/WebServerResources/mailer.css b/SOGo/UI/WebServerResources/mailer.css index 0ce73304..d44d549a 100644 --- a/SOGo/UI/WebServerResources/mailer.css +++ b/SOGo/UI/WebServerResources/mailer.css @@ -174,6 +174,7 @@ td.titlecell { .tbicon_replyall { background-image: url(tbtb_replyall.png); } .tbicon_forward { background-image: url(tbtb_forward.png); } .tbicon_delete { background-image: url(tbtb_delete.png); } +.tbicon_trash { background-image: url(tbtb_trash.png); } .tbicon_junk { background-image: url(tbtb_trash.png); } .tbicon_print { background-image: url(tbtb_print.png); } .tbicon_stop { background-image: url(tbtb_deletedoc.png); } -- 2.39.5