We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e05b05 commit c30175bCopy full SHA for c30175b
static/css/jquery.autocomplete.css
@@ -1,6 +1,6 @@
1
.ac_results {
2
padding: 0px;
3
- border: 1px solid black;
+ border: 1px solid #ccc;
4
background-color: white;
5
overflow: hidden;
6
z-index: 99999;
@@ -24,13 +24,13 @@
24
when scroll mode will be used
25
*/
26
/*width: 100%;*/
27
- font: menu;
28
- font-size: 12px;
+ font-size: 18px;
29
/*
30
it is very important, if line-height not setted or setted
31
in relative units scroll will be broken in firefox
32
33
- line-height: 16px;
+ line-height: 20px;
+ font-family: arial, 'sans-serif bold';
34
35
}
36
@@ -39,10 +39,9 @@
39
40
41
.ac_odd {
42
- background-color: #eee;
+ background-color: #f9f9f9;
43
44
45
.ac_over {
46
- background-color: #0A246A;
47
- color: white;
+ background-color: #BAD3EA;
48
0 commit comments