From 44dadea89cbbe97623adbb7ce20354bd2afa7209 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 05 Mar 2009 16:19:14 -0500
Subject: [PATCH] 

---
 interface/web/themes/default/css/screen/content_ispc.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 2936f56..b07974e 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -287,6 +287,7 @@
 	.iconstxt.icoNegative { background-image: url("../../icons/x16/cross_circle_frame.png"); }
 	.iconstxt.icoAdd { background-image: url(../../icons/x16/plus_circle_frame.png); }
 	.iconstxt.icoKey { background-image: url("../../icons/x16/key.png"); }
+	.iconstxt.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); }
 	
 	/* Button with icon and without text */
 	.icons16 span { display: none; }

--
Gitblit v1.9.1