Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / structure / dd.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 .x-dd-drag-proxy{
8         position:absolute;
9         left:0;
10     top:0;
11         visibility:hidden;
12         z-index:15000;
13 }
14
15 .x-dd-drag-ghost{
16         -moz-opacity: 0.85;
17     opacity:.85;
18     filter: alpha(opacity=85);
19     border: 1px solid;
20         padding:3px;
21         padding-left:20px;
22         white-space:nowrap;
23 }
24
25 .x-dd-drag-repair .x-dd-drag-ghost{
26         -moz-opacity: 0.4;
27     opacity:.4;
28     filter: alpha(opacity=40);
29         border:0 none;
30         padding:0;
31         background-color:transparent;
32 }
33
34 .x-dd-drag-repair .x-dd-drop-icon{
35         visibility:hidden;
36 }
37
38 .x-dd-drop-icon{
39     position:absolute;
40         top:3px;
41         left:3px;
42         display:block;
43         width:16px;
44         height:16px;
45         background-color:transparent;
46         background-position: center;
47         background-repeat: no-repeat;
48         z-index:1;
49 }
50
51 .x-view-selector {
52     position:absolute;
53     left:0;
54     top:0;
55     width:0;
56     border:1px dotted;
57         opacity: .5;
58     -moz-opacity: .5;
59     filter:alpha(opacity=50);
60     zoom:1;
61 }