summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-06-01 18:11:57 +0000
committerthomascube <thomas@roundcube.net>2010-06-01 18:11:57 +0000
commitca38db5744bc8c46c4a23d1ba68c6c4c9b5b4a07 (patch)
tree1f6d38db2dc1ffd33232e19396bc4bf51f013cc9 /skins/default/common.css
parentbb502908b24da460826f46591513748e372935fc (diff)
Allow to drag into groups of another address source
Diffstat (limited to 'skins/default/common.css')
-rw-r--r--skins/default/common.css21
1 files changed, 20 insertions, 1 deletions
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