-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjquery.cfe.css
134 lines (127 loc) · 2.03 KB
/
jquery.cfe.css
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/** Select elements **/
.cfe-select{
position:relative;
display: inline-block;
z-index: 1;
}
.cfe-select .pholder{
display: block;
}
.cfe-select .pholder.disabled{
opacity:0.5;
filter:alpha(opacity=50);
}
.cfe-select select{
opacity:0;
filter: alpha(opacity=0);
z-index: 1000000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.checkbox_cfe,
.radio_cfe{
display:block;
left:0;
position:absolute;
top:0;
}
/** Radio elements **/
.cfe_radio_wrp{
position:relative;
}
.cfe_radio_wrp input{
position:relative;
opacity:0;
filter:alpha(opacity=0);
z-index:0;
}
.cfe_radio_wrp .pholder{
position:absolute;
top:0;
left:0;
z-index:5;
}
/** Radio elements END **/
/** Checkbox elements **/
.cfe_checkbox_wrp{
position:relative;
}
.cfe_checkbox_wrp input{
position:relative;
opacity:0;
filter:alpha(opacity=0);
z-index:0;
}
.cfe_checkbox_wrp .pholder{
position:absolute;
top:0;
left:0;
z-index:5;
}
/** Radio elements END **/
/** File inputs**/
.cfe_file_wrp{
height:30px;
position:relative;
overflow:hidden;
}
.cfe_file_wrp .file_input_wrp{
cursor: default;
margin: 0 !important;
opacity: 0;
position: absolute;
z-index: 2;
}
.cfe_file_wrp .file_input_wrp input{
font-size: 100px;
position: absolute;
right: 0;
top: 0;
}
.fakeButton{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
background: none repeat scroll 0 0 #EBEBEB;
color: #1C94C4;
cursor: pointer;
font-size: 14px;
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
.cfe_file_wrp .file_input_wrp,
.fakeButton
{
width: 150px;
height: 20px;
padding: 2px 10px;
line-height: 20px;
border: 1px solid #CCCCCC;
}
.blocker{
height:30px;
opacity:0;
position:absolute;
right:0;
width:515px;
z-index:3;
filter: alpha(opacity:0);
}
.fileNamePlaceHolder{
color: #000000;
display: none;
font-size: 12px;
height: 15px;
left: 180px;
margin: 5px 0;
padding: 1px 0 1px 19px;
position: absolute;
top: 0;
width: 300px;
}