non-jquery autocomplete, needs more keyboard integration

This commit is contained in:
Matt Walsh
2024-10-21 23:03:34 -05:00
parent e2d7a96971
commit c7eb56f60c
13 changed files with 385 additions and 10897 deletions

View File

@@ -106,23 +106,26 @@ body {
.autocomplete-suggestions {
background-color: #ffffff;
border: 1px solid #000000;
position: absolute;
z-index: 9999;
@media (prefers-color-scheme: dark) {
background-color: #000000;
}
.autocomplete-suggestion {
div {
/*padding: 2px 5px;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16pt;
&.selected {
background-color: #0000ff;
color: #ffffff;
}
}
.autocomplete-selected {
background-color: #0000ff;
color: #ffffff;
}
}
#divTwc {