From ca38db5744bc8c46c4a23d1ba68c6c4c9b5b4a07 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 1 Jun 2010 18:11:57 +0000 Subject: Allow to drag into groups of another address source --- skins/default/common.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'skins/default/common.css') diff --git a/skins/default/common.css b/skins/default/common.css index 7959e753a..18cc81137 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -510,7 +510,26 @@ table.records-table tr.unfocused td padding-bottom: 3px; font-size: 11px; white-space: nowrap; - opacity: 0.7; + opacity: 0.82; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -moz-box-shadow: 1px 1px 12px #999; + -webkit-box-shadow: #999 1px 1px 12px; +} + +.draglayernormal:before { + +} + +.draglayercopy:before { + position: absolute; + bottom: -5px; + left: -6px; + content: " "; + width: 14px; + height: 14px; + background: url(images/messageactions.png) -2px -128px no-repeat; } a.rcmContactAddress -- cgit v1.2.3