|
@@ -1,57 +1,57 @@
|
1
|
1
|
ul {
|
2
|
2
|
&.autocompleter-choices {
|
3
|
|
- position: absolute;
|
4
|
|
- margin: 0;
|
5
|
|
- padding: 0;
|
6
|
|
- list-style: none;
|
7
|
|
- border: 1px solid #7c7c7c;
|
8
|
|
- border-left-color: #c3c3c3;
|
9
|
|
- border-right-color: #c3c3c3;
|
10
|
|
- border-bottom-color: #ddd;
|
11
|
|
- background-color: #fff;
|
12
|
|
- text-align: left;
|
13
|
|
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
14
|
|
- z-index: 50;
|
15
|
|
- background-color: #fff;
|
|
3
|
+ position: absolute;
|
|
4
|
+ margin: 0;
|
|
5
|
+ padding: 0;
|
|
6
|
+ list-style: none;
|
|
7
|
+ border: 1px solid #7c7c7c;
|
|
8
|
+ border-left-color: #c3c3c3;
|
|
9
|
+ border-right-color: #c3c3c3;
|
|
10
|
+ border-bottom-color: #ddd;
|
|
11
|
+ background-color: #fff;
|
|
12
|
+ text-align: left;
|
|
13
|
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
14
|
+ z-index: 50;
|
|
15
|
+ background-color: #fff;
|
16
|
16
|
|
17
|
17
|
li {
|
18
|
|
- position: relative;
|
19
|
|
- margin: -2px 0 0 0;
|
20
|
|
- padding: 0.2em 1.5em 0.2em 1em;
|
21
|
|
- display: block;
|
22
|
|
- float: none !important;
|
23
|
|
- cursor: pointer;
|
24
|
|
- font-weight: normal;
|
25
|
|
- white-space: nowrap;
|
26
|
|
- font-size: 1em;
|
27
|
|
- line-height: 1.5em;
|
|
18
|
+ position: relative;
|
|
19
|
+ margin: -2px 0 0 0;
|
|
20
|
+ padding: 0.2em 1.5em 0.2em 1em;
|
|
21
|
+ display: block;
|
|
22
|
+ float: none !important;
|
|
23
|
+ cursor: pointer;
|
|
24
|
+ font-weight: normal;
|
|
25
|
+ white-space: nowrap;
|
|
26
|
+ font-size: 1em;
|
|
27
|
+ line-height: 1.5em;
|
28
|
28
|
|
29
|
29
|
&.autocompleter-selected {
|
30
|
|
- background-color: #444;
|
31
|
|
- color: #fff;
|
|
30
|
+ background-color: #444;
|
|
31
|
+ color: #fff;
|
32
|
32
|
|
33
|
33
|
span.autocompleter-queried {
|
34
|
|
- color: #9FCFFF;
|
|
34
|
+ color: #9FCFFF;
|
35
|
35
|
}
|
36
|
36
|
}
|
37
|
37
|
}
|
38
|
38
|
|
39
|
39
|
span.autocompleter-queried {
|
40
|
|
- display: inline;
|
41
|
|
- float: none;
|
42
|
|
- font-weight: bold;
|
43
|
|
- margin: 0;
|
44
|
|
- padding: 0;
|
|
40
|
+ display: inline;
|
|
41
|
+ float: none;
|
|
42
|
+ font-weight: bold;
|
|
43
|
+ margin: 0;
|
|
44
|
+ padding: 0;
|
45
|
45
|
}
|
46
|
46
|
}
|
47
|
47
|
}
|
48
|
48
|
|
49
|
49
|
.autocompleter-loading {
|
50
|
|
- background-image: url(images/spinner.gif);
|
51
|
|
- background-repeat: no-repeat;
|
52
|
|
- background-position: right 50%;
|
|
50
|
+ //background-image: url(images/spinner.gif);
|
|
51
|
+ background-repeat: no-repeat;
|
|
52
|
+ background-position: right 50%;
|
53
|
53
|
}
|
54
|
54
|
|
55
|
55
|
textarea.autocompleter-loading {
|
56
|
|
- background-position: right bottom;
|
|
56
|
+ background-position: right bottom;
|
57
|
57
|
}
|