-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAXUserSelect.css
More file actions
80 lines (80 loc) · 1.95 KB
/
AXUserSelect.css
File metadata and controls
80 lines (80 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.none {
display: none;
}
.util-border-radius-none {
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
}
.util-text-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.util-textHidden {
text-indent: 99999px;
overflow: hidden;
}
.modsSortGhost {
float: left;
width: 1px;
height: 93px;
margin: 5px 0px 5px 5px;
}
.userSelectBox {
border: 1px solid #aaa;
padding: 5px;
border-radius: 4px;
overflow: auto;
}
.userSelectBox .readyDrag {
border: 1px solid #959595;
background: #e8e8e8;
background: -webkit-linear-gradient(#fff, #e8e8e8);
/* For Safari */
background: -o-linear-gradient(#fff, #e8e8e8);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#fff, #e8e8e8);
/* For Firefox 3.6 to 15 */
background: linear-gradient(#fff, #e8e8e8);
/* Standard syntax */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#e8e8e8);
/*For IE7-8-9*/
color: #444;
padding: 3px 5px;
border-radius: 3px;
margin-bottom: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: auto;
line-height: auto;
}
.userSelectBox .readyDrag div {
height: 20px ! important;
line-height: 20px ! important;
}
.userSelectBox .modsSortGhost {
float: none;
width: auto;
height: 1px;
margin: 5px 0px;
border: 1px solid #959595;
background: #e8e8e8;
background: -webkit-linear-gradient(#fff, #e8e8e8);
/* For Safari */
background: -o-linear-gradient(#fff, #e8e8e8);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#fff, #e8e8e8);
/* For Firefox 3.6 to 15 */
background: linear-gradient(#fff, #e8e8e8);
/* Standard syntax */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#e8e8e8);
/*For IE7-8-9*/
}
.userSelectBox .bedraged {
border: 2px solid #ff3300 !important;
}
.userSelectBox .beSelected {
border: 1px solid #565b61;
}