2009-10-06 18:35:56 +00:00
|
|
|
div.suggestions {
|
2009-12-19 09:45:39 +00:00
|
|
|
-webkit-appearance: listbox;
|
2009-10-06 18:35:56 +00:00
|
|
|
text-align: left;
|
|
|
|
position: absolute;
|
2009-12-17 19:55:50 +00:00
|
|
|
z-index: 999;
|
2009-10-06 18:35:56 +00:00
|
|
|
}
|
|
|
|
div.suggestions div {
|
|
|
|
cursor: default;
|
|
|
|
padding: 0px 3px;
|
|
|
|
}
|
|
|
|
div.suggestions div.current {
|
|
|
|
background-color: #3366cc;
|
|
|
|
color: white;
|
|
|
|
}
|