Files
Codiad/components/autocomplete/screen.css
2012-12-14 16:39:40 +01:00

19 lines
342 B
CSS
Executable File

/* Autocomplete */
#autocomplete {
display: none;
position: absolute;
width: 150px;
max-height: 200px;
background-color: #2E2E2E;
border: 3px solid #666666;
padding: 3px;
z-index: 9999;
overflow: auto;
}
.active-suggestion {
/* Hey this is just for testing ;-) */
color: red;
}