From ca38db5744bc8c46c4a23d1ba68c6c4c9b5b4a07 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 01 Jun 2010 14:11:57 -0400 Subject: [PATCH] Allow to drag into groups of another address source --- skins/default/ie6hacks.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/skins/default/ie6hacks.css b/skins/default/ie6hacks.css index 87c6483..05c004c 100644 --- a/skins/default/ie6hacks.css +++ b/skins/default/ie6hacks.css @@ -69,3 +69,7 @@ { padding-bottom: 8px; } + +.draglayercopy:before { + background-image: url(images/messageactions.png); +} -- Gitblit v1.9.1