visual 💄

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-04-20 11:47:31 -07:00
parent df219f2ad5
commit 9a15f7a02f

View File

@@ -1,7 +1,7 @@
#autocomplete {
display: table;
position: absolute;
width: 150px;
overflow: hidden;
min-width: 150px;
background-color: #444;
border: 2px solid #222;
color: #eee;
@@ -14,6 +14,10 @@
max-height: 200px;
}
#autocomplete ol li {
padding: 0.1em 0.2em;
}
#autocomplete ol li.selected {
background-color: #a3fd97;
color: black;