Skip to content

Commit c30175b

Browse files
committed
adjusted ac styles to page colors, font-size
1 parent 8e05b05 commit c30175b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

static/css/jquery.autocomplete.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ac_results {
22
padding: 0px;
3-
border: 1px solid black;
3+
border: 1px solid #ccc;
44
background-color: white;
55
overflow: hidden;
66
z-index: 99999;
@@ -24,13 +24,13 @@
2424
when scroll mode will be used
2525
*/
2626
/*width: 100%;*/
27-
font: menu;
28-
font-size: 12px;
27+
font-size: 18px;
2928
/*
3029
it is very important, if line-height not setted or setted
3130
in relative units scroll will be broken in firefox
3231
*/
33-
line-height: 16px;
32+
line-height: 20px;
33+
font-family: arial, 'sans-serif bold';
3434
overflow: hidden;
3535
}
3636

@@ -39,10 +39,9 @@
3939
}
4040

4141
.ac_odd {
42-
background-color: #eee;
42+
background-color: #f9f9f9;
4343
}
4444

4545
.ac_over {
46-
background-color: #0A246A;
47-
color: white;
46+
background-color: #BAD3EA;
4847
}

0 commit comments

Comments
 (0)