diff options
author | thomascube <thomas@roundcube.net> | 2010-06-01 18:11:57 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-06-01 18:11:57 +0000 |
commit | ca38db5744bc8c46c4a23d1ba68c6c4c9b5b4a07 (patch) | |
tree | 1f6d38db2dc1ffd33232e19396bc4bf51f013cc9 /skins/default/ie6hacks.css | |
parent | bb502908b24da460826f46591513748e372935fc (diff) |
Allow to drag into groups of another address source
Diffstat (limited to 'skins/default/ie6hacks.css')
-rw-r--r-- | 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 87c648351..05c004ce3 100644 --- a/skins/default/ie6hacks.css +++ b/skins/default/ie6hacks.css @@ -69,3 +69,7 @@ ul.toolbarmenu li.separator_below { padding-bottom: 8px; } + +.draglayercopy:before { + background-image: url(images/messageactions.png); +} |