-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautocomplete_deluxe.css
executable file
·180 lines (161 loc) · 5.82 KB
/
autocomplete_deluxe.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
@CHARSET "UTF-8";
ul.ui-autocomplete {
max-height: 240px;
overflow-x: hidden;
overflow-y: scroll;
padding: 3px;
}
a.autocomplete-deluxe-single:hover {
text-decoration: none;
}
.ui-autocomplete .ui-state-hover {
background-color: #3875d7;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
color: #fff;
padding: 0;
margin: 0;
}
.autocomplete-deluxe-container {
position: relative;
padding: 0;
border: 1px solid #CCCCCC;
background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
div.autocomplete-deluxe-container input.autocomplete-deluxe-form {
background: #fff no-repeat -38px -22px;
padding: 4px 5px 4px 5px;
border: none;
}
div.autocomplete-deluxe-container input.autocomplete-deluxe-form-single {
width: 90%;
border: none;
background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.autocomplete-deluxe-search {
margin: 0px 0px 4px 0px;
padding: 3px 4px;
position: relative;
white-space: nowrap;
z-index: 1010;
}
span.autocomplete-deluxe-value-delete {
float: right;
background:url('x.gif') no-repeat center;
width: 18px;
width: 18px;
/* Prevent text selection. */
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.autocomplete-deluxe-single-open {
border: 1px solid #aaa;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow : 0 1px 0 #fff inset;
-o-box-shadow : 0 1px 0 #fff inset;
box-shadow : 0 1px 0 #fff inset;
background-color: #eee;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-webkit-border-bottom-left-radius : 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft : 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius : 0;
border-bottom-right-radius: 0;
}
input.autocomplete-deluxe-closed {
}
div.autocomplete-deluxe-multiple {
font-size: 13px;
position: relative;
background-color: #FFFFFF;
background: #fff no-repeat -38px -22px;
background: no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
padding: 4px 5px 4px 20px;
border: 1px solid #AAAAAA;
cursor: text;
height: auto !important;
margin: 0;
overflow: hidden;
padding: 5px;
position: relative;
line-height:15pt;
cursor: text;
}
input.autocomplete-deluxe-form.autocomplete-deluxe-multiple {
border: 3px none;
width: 25px;
margin-left: 5px;
float: left;
}
div.autocomplete-deluxe-throbber {
width: 16px;
float: right;
height: 50%;
}
.autocomplete-deluxe-closed {
background: url(throbber.gif) no-repeat 100% 6px;
}
.autocomplete-deluxe-open {
background: url(throbber.gif) no-repeat 100% -14px;
}
.autocomplete-deluxe-item {
float: left;
background-clip: padding-box;
background-color: #E4E4E4;
background-image: -moz-linear-gradient(center top , #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
border: 1px solid #AAAAAA;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333333;
cursor: default;
line-height: 14px;
margin: 6px 0 6px 5px;
padding: 3px 20px 3px 5px;
position: relative;
}
.autocomplete-deluxe-item-delete {
background: url("x.gif");
display: block;
font-size: 1px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
width: 12px;
}
.autocomplete-deluxe-item-focus {
background: none repeat scroll 0 0 #D4D4D4;
}
.autocomplete-deluxe-highlight-char {
color: blue;
font-weight: bold;
}